#02052F

Color #02052F Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #02052F

Tints of Black Russian #02052F

Color information

#02052F (or 0x02052F) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 2F. RGB value is (2,5,47). Sum of RGB (Red+Green+Blue) = 2+5+47=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 47 (18.75% from 255 or 87.04% from 54); Max value from RGB is 47 - color contains mainly: blue. Hex color #02052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02052F is #FDFAD0. Grayscale: #080808. Windows color (decimal): -16644817 or 3081474. OLE color: 3081474.

HSL color Cylindrical-coordinate representation of color #02052F: hue angle of 236º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02052F is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB2547-
CMYK0.960.8900.82
HSL236º91.84%9.61%-
HSV(B)236º95.74%18.43%-
XYZ0.590.332.72-
YUV8.89149.51123.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 47 (18.75% from 255) = 87.04%
R=3.70%
G=9.26%
B=87.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal25470.960.8900.8223691.849.61
Hex252F6059052ec5ca
Octal2557140131012235413412
Binary1010110111111000001011001010100101110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02052F; }

 p { color: rgb(2,5,47); }

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

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

 a { background-color: rgb(2,5,47); }

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

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

 span { border-color: rgb(2,5,47); }

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