#04021A

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

Shades of Black Russian #04021A

Tints of Black Russian #04021A

Color information

#04021A (or 0x04021A) is unknown color: approx Black Russian. HEX triplet: 04, 02 and 1A. RGB value is (4,2,26). Sum of RGB (Red+Green+Blue) = 4+2+26=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 26 (10.55% from 255 or 81.25% from 32); Max value from RGB is 26 - color contains mainly: blue. Hex color #04021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04021A is #FBFDE5. Grayscale: #050505. Windows color (decimal): -16514534 or 1704452. OLE color: 1704452.

HSL color Cylindrical-coordinate representation of color #04021A: hue angle of 245º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04021A is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB4226-
CMYK0.850.9200.90
HSL245º85.71%5.49%-
HSV(B)245º92.31%10.2%-
XYZ0.260.140.99-
YUV5.33139.66127.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.5%
GREEN value IS 2 (1.17% from 255) = 6.25%
BLUE value IS 26 (10.55% from 255) = 81.25%
R=12.5%
G=6.25%
B=81.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal42260.850.9200.9024585.715.49
Hex421A555C05Af5565
Octal423212513401323651265
Binary10010110101010101101110001011010111101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04021A; }

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

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

<style>
 a { background-color: #04021A; }

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

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

<style>
 span { border-color: #04021A; }

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

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