#02041E

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

Shades of Black Russian #02041E

Tints of Black Russian #02041E

Color information

#02041E (or 0x02041E) is unknown color: approx Black Russian. HEX triplet: 02, 04 and 1E. RGB value is (2,4,30). Sum of RGB (Red+Green+Blue) = 2+4+30=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 30 (12.11% from 255 or 83.33% from 36); Max value from RGB is 30 - color contains mainly: blue. Hex color #02041E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02041E is #FDFBE1. Grayscale: #060606. Windows color (decimal): -16645090 or 1967106. OLE color: 1967106.

HSL color Cylindrical-coordinate representation of color #02041E: hue angle of 235.71º 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 #02041E is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB2430-
CMYK0.930.8700.88
HSL235.71º87.5%6.27%-
HSV(B)235.71º93.33%11.76%-
XYZ0.30.191.25-
YUV6.37141.34124.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 30 (12.11% from 255) = 83.33%
R=5.56%
G=11.11%
B=83.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal24300.930.8700.88235.7187.56.27
Hex241E5D57058ec586
Octal243613512701303541306
Binary10100111101011101101011101011000111011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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