#250339

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

Shades of Blackcurrant #250339

Tints of Blackcurrant #250339

Color information

#250339 (or 0x250339) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 39. RGB value is (37,3,57). Sum of RGB (Red+Green+Blue) = 37+3+57=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #250339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250339 is #DAFCC6. Grayscale: #131313. Windows color (decimal): -14351559 or 3736357. OLE color: 3736357.

HSL color Cylindrical-coordinate representation of color #250339: hue angle of 277.78º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250339 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB37357-
CMYK0.350.9500.78
HSL277.78º90%11.76%-
HSV(B)277.78º94.74%22.35%-
XYZ1.530.753.94-
YUV19.32149.26140.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 57 (22.66% from 255) = 58.76%
R=38.14%
G=3.09%
B=58.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal373570.350.9500.78277.789011.76
Hex25339235F04E1165ac
Octal4537143137011642613214
Binary1001011111100110001110111110100111010001011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250339; }

 p { color: rgb(37,3,57); }

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

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

 a { background-color: rgb(37,3,57); }

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

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

 span { border-color: rgb(37,3,57); }

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