#02051D

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

Shades of Black Russian #02051D

Tints of Black Russian #02051D

Color information

#02051D (or 0x02051D) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 1D. RGB value is (2,5,29). Sum of RGB (Red+Green+Blue) = 2+5+29=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 29 (11.72% from 255 or 80.56% from 36); Max value from RGB is 29 - color contains mainly: blue. Hex color #02051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02051D is #FDFAE2. Grayscale: #060606. Windows color (decimal): -16644835 or 1901826. OLE color: 1901826.

HSL color Cylindrical-coordinate representation of color #02051D: hue angle of 233.33º 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 #02051D is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB2529-
CMYK0.930.8300.89
HSL233.33º87.1%6.08%-
HSV(B)233.33º93.1%11.37%-
XYZ0.30.211.19-
YUV6.84140.51124.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 29 (11.72% from 255) = 80.56%
R=5.56%
G=13.89%
B=80.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal25290.930.8300.89233.3387.16.08
Hex251D5D53059e9576
Octal253513512301313511276
Binary10101111011011101101001101011001111010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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