#04020C

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

Shades of Black Russian #04020C

Tints of Black Russian #04020C

Color information

#04020C (or 0x04020C) is unknown color: approx Black Russian. HEX triplet: 04, 02 and 0C. RGB value is (4,2,12). Sum of RGB (Red+Green+Blue) = 4+2+12=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 12 (5.08% from 255 or 66.67% from 18); Max value from RGB is 12 - color contains mainly: blue. Hex color #04020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04020C is #FBFDF3. Grayscale: #030303. Windows color (decimal): -16514548 or 786948. OLE color: 786948.

HSL color Cylindrical-coordinate representation of color #04020C: hue angle of 252º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #04020C is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB4212-
CMYK0.670.8300.95
HSL252º71.43%2.75%-
HSV(B)252º83.33%4.71%-
XYZ0.140.10.36-
YUV3.74132.66128.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 22.22%
GREEN value IS 2 (1.17% from 255) = 11.11%
BLUE value IS 12 (5.08% from 255) = 66.67%
R=22.22%
G=11.11%
B=66.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal42120.670.8300.9525271.432.75
Hex42C435305Ffc473
Octal421410312301373741073
Binary100101100100001110100110101111111111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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