#07041D

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

Shades of Black Russian #07041D

Tints of Black Russian #07041D

Color information

#07041D (or 0x07041D) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 1D. RGB value is (7,4,29). Sum of RGB (Red+Green+Blue) = 7+4+29=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #07041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07041D is #F8FBE2. Grayscale: #070707. Windows color (decimal): -16317411 or 1901575. OLE color: 1901575.

HSL color Cylindrical-coordinate representation of color #07041D: hue angle of 247.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07041D is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB7429-
CMYK0.760.8600.89
HSL247.2º75.76%6.47%-
HSV(B)247.2º86.21%11.37%-
XYZ0.350.221.19-
YUV7.75139.99127.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 29 (11.72% from 255) = 72.5%
R=17.5%
G=10%
B=72.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal74290.760.8600.89247.275.766.47
Hex741D4C56059f74c6
Octal743511412601313671146
Binary111100111011001100101011001011001111101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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