#02071D

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

Shades of Black Russian #02071D

Tints of Black Russian #02071D

Color information

#02071D (or 0x02071D) is unknown color: approx Black Russian. HEX triplet: 02, 07 and 1D. RGB value is (2,7,29). Sum of RGB (Red+Green+Blue) = 2+7+29=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 29 (11.72% from 255 or 76.32% from 38); Max value from RGB is 29 - color contains mainly: blue. Hex color #02071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02071D is #FDF8E2. Grayscale: #070707. Windows color (decimal): -16644323 or 1902338. OLE color: 1902338.

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

Color convert

RGB2729-
CMYK0.930.7600.89
HSL228.89º87.1%6.08%-
HSV(B)228.89º93.1%11.37%-
XYZ0.320.251.19-
YUV8.01139.84123.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 7 (3.12% from 255) = 18.42%
BLUE value IS 29 (11.72% from 255) = 76.32%
R=5.26%
G=18.42%
B=76.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27290.930.7600.89228.8987.16.08
Hex271D5D4C059e5576
Octal273513511401313451276
Binary10111111011011101100110001011001111001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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