#210F39

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

Shades of Blackcurrant #210F39

Tints of Blackcurrant #210F39

Color information

#210F39 (or 0x210F39) is unknown color: approx Blackcurrant. HEX triplet: 21, 0F and 39. RGB value is (33,15,57). Sum of RGB (Red+Green+Blue) = 33+15+57=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #210F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F39 is #DEF0C6. Grayscale: #191919. Windows color (decimal): -14610631 or 3739425. OLE color: 3739425.

HSL color Cylindrical-coordinate representation of color #210F39: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #210F39 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB331557-
CMYK0.420.7400.78
HSL265.71º58.33%14.12%-
HSV(B)265.71º73.68%22.35%-
XYZ1.540.963.98-
YUV25.17145.96133.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 15 (6.25% from 255) = 14.29%
BLUE value IS 57 (22.66% from 255) = 54.29%
R=31.43%
G=14.29%
B=54.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3315570.420.7400.78265.7158.3314.12
Hex21F392A4A04E10a3ae
Octal4117715211201164127216
Binary10000111111110011010101001010010011101000010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210F39; }

 p { color: rgb(33,15,57); }

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

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

 a { background-color: rgb(33,15,57); }

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

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

 span { border-color: rgb(33,15,57); }

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