#04060C

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

Shades of Black Russian #04060C

Tints of Black Russian #04060C

Color information

#04060C (or 0x04060C) is unknown color: approx Black Russian. HEX triplet: 04, 06 and 0C. RGB value is (4,6,12). Sum of RGB (Red+Green+Blue) = 4+6+12=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 12 (5.08% from 255 or 54.55% from 22); Max value from RGB is 12 - color contains mainly: blue. Hex color #04060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04060C is #FBF9F3. Grayscale: #060606. Windows color (decimal): -16513524 or 787972. OLE color: 787972.

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

Color convert

RGB4612-
CMYK0.670.5000.95
HSL225º50%3.14%-
HSV(B)225º66.67%4.71%-
XYZ0.180.180.37-
YUV6.09131.34126.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 18.18%
GREEN value IS 6 (2.73% from 255) = 27.27%
BLUE value IS 12 (5.08% from 255) = 54.55%
R=18.18%
G=27.27%
B=54.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal46120.670.5000.95225503.14
Hex46C433205Fe1323
Octal4614103620137341623
Binary10011011001000011110010010111111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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