#07040D

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

Shades of Black Russian #07040D

Tints of Black Russian #07040D

Color information

#07040D (or 0x07040D) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 0D. RGB value is (7,4,13). Sum of RGB (Red+Green+Blue) = 7+4+13=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 4 (1.95% from 255 or 16.67% 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 #07040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07040D is #F8FBF2. Grayscale: #050505. Windows color (decimal): -16317427 or 852999. OLE color: 852999.

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

Color convert

RGB7413-
CMYK0.460.6900.95
HSL260º52.94%3.33%-
HSV(B)260º69.23%5.1%-
XYZ0.20.160.4-
YUV5.92131.99128.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal74130.460.6900.9526052.943.33
Hex74D2E4505F104353
Octal7415561050137404653
Binary111100110110111010001010101111110000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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