#04040D

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

Shades of Black Russian #04040D

Tints of Black Russian #04040D

Color information

#04040D (or 0x04040D) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 0D. RGB value is (4,4,13). Sum of RGB (Red+Green+Blue) = 4+4+13=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 13 (5.47% from 255 or 61.90% from 21); Max value from RGB is 13 - color contains mainly: blue. Hex color #04040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04040D is #FBFBF2. Grayscale: #040404. Windows color (decimal): -16514035 or 852996. OLE color: 852996.

HSL color Cylindrical-coordinate representation of color #04040D: hue angle of 240º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #04040D is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB4413-
CMYK0.690.6900.95
HSL240º52.94%3.33%-
HSV(B)240º69.23%5.1%-
XYZ0.170.140.4-
YUV5.03132.5127.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 19.05%
GREEN value IS 4 (1.95% from 255) = 19.05%
BLUE value IS 13 (5.47% from 255) = 61.90%
R=19.05%
G=19.05%
B=61.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal44130.690.6900.9524052.943.33
Hex44D454505Ff0353
Octal44151051050137360653
Binary100100110110001011000101010111111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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