#07041C

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

Shades of Black Russian #07041C

Tints of Black Russian #07041C

Color information

#07041C (or 0x07041C) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 1C. RGB value is (7,4,28). Sum of RGB (Red+Green+Blue) = 7+4+28=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #07041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07041C is #F8FBE3. Grayscale: #070707. Windows color (decimal): -16317412 or 1836039. OLE color: 1836039.

HSL color Cylindrical-coordinate representation of color #07041C: hue angle of 247.5º degrees, saturation: 0.75, 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 #07041C is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB7428-
CMYK0.750.8600.89
HSL247.5º75%6.27%-
HSV(B)247.5º85.71%10.98%-
XYZ0.340.221.12-
YUV7.63139.49127.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 28 (11.33% from 255) = 71.79%
R=17.95%
G=10.26%
B=71.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal74280.750.8600.89247.5756.27
Hex741C4B56059f84b6
Octal743411312601313701136
Binary111100111001001011101011001011001111110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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