#04070D

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

Shades of Black Russian #04070D

Tints of Black Russian #04070D

Color information

#04070D (or 0x04070D) is unknown color: approx Black Russian. HEX triplet: 04, 07 and 0D. RGB value is (4,7,13). Sum of RGB (Red+Green+Blue) = 4+7+13=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #04070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04070D is #FBF8F2. Grayscale: #060606. Windows color (decimal): -16513267 or 853764. OLE color: 853764.

HSL color Cylindrical-coordinate representation of color #04070D: hue angle of 220º 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 #04070D is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB4713-
CMYK0.690.4600.95
HSL220º52.94%3.33%-
HSV(B)220º69.23%5.1%-
XYZ0.20.210.41-
YUV6.79131.51126.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16.67%
GREEN value IS 7 (3.12% from 255) = 29.17%
BLUE value IS 13 (5.47% from 255) = 54.17%
R=16.67%
G=29.17%
B=54.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal47130.690.4600.9522052.943.33
Hex47D452E05Fdc353
Octal4715105560137334653
Binary10011111011000101101110010111111101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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