#250446

Color #250446 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #250446

Tints of Blackcurrant #250446

Color information

#250446 (or 0x250446) is unknown color: approx Blackcurrant. HEX triplet: 25, 04 and 46. RGB value is (37,4,70). Sum of RGB (Red+Green+Blue) = 37+4+70=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #250446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250446 is #DAFBB9. Grayscale: #151515. Windows color (decimal): -14351290 or 4588581. OLE color: 4588581.

HSL color Cylindrical-coordinate representation of color #250446: hue angle of 270º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250446 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB37470-
CMYK0.470.9400.73
HSL270º89.19%14.51%-
HSV(B)270º94.29%27.45%-
XYZ1.910.925.87-
YUV21.39155.43139.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 70 (27.73% from 255) = 63.06%
R=33.33%
G=3.60%
B=63.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal374700.470.9400.7327089.1914.51
Hex254462F5E04910e59f
Octal45410657136011141613117
Binary100101100100011010111110111100100100110000111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250446; }

 p { color: rgb(37,4,70); }

 H1.HeaderClassName
 {
   color: #250446;
 }
 .AnyTagClassName
 {
   color: #250446;
 }
</style>
background-color css

<style>
 a { background-color: #250446; }

 a { background-color: rgb(37,4,70); }

 div.DivClassName
 {
   background-color: #250446;
 }
 .BgClassName
 {
   background-color: #250446;
 }
</style>
border-color css

<style>
 span { border-color: #250446; }

 span { border-color: rgb(37,4,70); }

 td.TdClassName
 {
   border-color: #250446;
 }
 .TagClassName
 {
   border-color: #250446;
 }
</style>