#02071E

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

Shades of Black Russian #02071E

Tints of Black Russian #02071E

Color information

#02071E (or 0x02071E) is unknown color: approx Black Russian. HEX triplet: 02, 07 and 1E. RGB value is (2,7,30). Sum of RGB (Red+Green+Blue) = 2+7+30=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 30 (12.11% from 255 or 76.92% from 39); Max value from RGB is 30 - color contains mainly: blue. Hex color #02071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02071E is #FDF8E1. Grayscale: #080808. Windows color (decimal): -16644322 or 1967874. OLE color: 1967874.

HSL color Cylindrical-coordinate representation of color #02071E: hue angle of 229.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02071E is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB2730-
CMYK0.930.7700.88
HSL229.29º87.5%6.27%-
HSV(B)229.29º93.33%11.76%-
XYZ0.340.261.26-
YUV8.13140.34123.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.13%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 30 (12.11% from 255) = 76.92%
R=5.13%
G=17.95%
B=76.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal27300.930.7700.88229.2987.56.27
Hex271E5D4D058e5586
Octal273613511501303451306
Binary10111111101011101100110101011000111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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