#02051C

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

Shades of Black Russian #02051C

Tints of Black Russian #02051C

Color information

#02051C (or 0x02051C) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 1C. RGB value is (2,5,28). Sum of RGB (Red+Green+Blue) = 2+5+28=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 28 (11.33% from 255 or 80% from 35); Max value from RGB is 28 - color contains mainly: blue. Hex color #02051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02051C is #FDFAE3. Grayscale: #060606. Windows color (decimal): -16644836 or 1836290. OLE color: 1836290.

HSL color Cylindrical-coordinate representation of color #02051C: hue angle of 233.08º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02051C is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB2528-
CMYK0.930.8200.89
HSL233.08º86.67%5.88%-
HSV(B)233.08º92.86%10.98%-
XYZ0.290.211.12-
YUV6.72140.01124.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 28 (11.33% from 255) = 80%
R=5.71%
G=14.29%
B=80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal25280.930.8200.89233.0886.675.88
Hex251C5D52059e9576
Octal253413512201313511276
Binary10101111001011101101001001011001111010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02051C; }

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

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

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

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

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

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

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

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