#04021C

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

Shades of Black Russian #04021C

Tints of Black Russian #04021C

Color information

#04021C (or 0x04021C) is unknown color: approx Black Russian. HEX triplet: 04, 02 and 1C. RGB value is (4,2,28). Sum of RGB (Red+Green+Blue) = 4+2+28=34 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.76% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 28 (11.33% from 255 or 82.35% from 34); Max value from RGB is 28 - color contains mainly: blue. Hex color #04021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04021C is #FBFDE3. Grayscale: #050505. Windows color (decimal): -16514532 or 1835524. OLE color: 1835524.

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

Color convert

RGB4228-
CMYK0.860.9300.89
HSL244.62º86.67%5.88%-
HSV(B)244.62º92.86%10.98%-
XYZ0.280.151.11-
YUV5.56140.66126.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.76%
GREEN value IS 2 (1.17% from 255) = 5.88%
BLUE value IS 28 (11.33% from 255) = 82.35%
R=11.76%
G=5.88%
B=82.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal42280.860.9300.89244.6286.675.88
Hex421C565D059f5576
Octal423412613501313651276
Binary10010111001010110101110101011001111101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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