#04040C

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

Shades of Black Russian #04040C

Tints of Black Russian #04040C

Color information

#04040C (or 0x04040C) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 0C. RGB value is (4,4,12). Sum of RGB (Red+Green+Blue) = 4+4+12=20 (2% of max value = 765). Red value is 4 (1.95% from 255 or 20% from 20); Green value is 4 (1.95% from 255 or 20% from 20); Blue value is 12 (5.08% from 255 or 60% from 20); Max value from RGB is 12 - color contains mainly: blue. Hex color #04040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04040C is #FBFBF3. Grayscale: #040404. Windows color (decimal): -16514036 or 787460. OLE color: 787460.

HSL color Cylindrical-coordinate representation of color #04040C: hue angle of 240º 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 #04040C is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB4412-
CMYK0.670.6700.95
HSL240º50%3.14%-
HSV(B)240º66.67%4.71%-
XYZ0.160.140.37-
YUV4.91132127.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 20%
GREEN value IS 4 (1.95% from 255) = 20%
BLUE value IS 12 (5.08% from 255) = 60%
R=20%
G=20%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal44120.670.6700.95240503.14
Hex44C434305Ff0323
Octal44141031030137360623
Binary100100110010000111000011010111111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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