#07041E

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

Shades of Black Russian #07041E

Tints of Black Russian #07041E

Color information

#07041E (or 0x07041E) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 1E. RGB value is (7,4,30). Sum of RGB (Red+Green+Blue) = 7+4+30=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #07041E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07041E is #F8FBE1. Grayscale: #070707. Windows color (decimal): -16317410 or 1967111. OLE color: 1967111.

HSL color Cylindrical-coordinate representation of color #07041E: hue angle of 246.92º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07041E is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB7430-
CMYK0.770.8700.88
HSL246.92º76.47%6.67%-
HSV(B)246.92º86.67%11.76%-
XYZ0.370.231.25-
YUV7.86140.49127.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 30 (12.11% from 255) = 73.17%
R=17.07%
G=9.76%
B=73.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal74300.770.8700.88246.9276.476.67
Hex741E4D57058f74c7
Octal743611512701303671147
Binary111100111101001101101011101011000111101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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