#07051E

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

Shades of Black Russian #07051E

Tints of Black Russian #07051E

Color information

#07051E (or 0x07051E) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 1E. RGB value is (7,5,30). Sum of RGB (Red+Green+Blue) = 7+5+30=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 30 (12.11% from 255 or 71.43% from 42); Max value from RGB is 30 - color contains mainly: blue. Hex color #07051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07051E is #F8FAE1. Grayscale: #080808. Windows color (decimal): -16317154 or 1967367. OLE color: 1967367.

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

Color convert

RGB7530-
CMYK0.770.8300.88
HSL244.8º71.43%6.86%-
HSV(B)244.8º83.33%11.76%-
XYZ0.380.251.26-
YUV8.45140.16126.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.67%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 30 (12.11% from 255) = 71.43%
R=16.67%
G=11.90%
B=71.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal75300.770.8300.88244.871.436.86
Hex751E4D53058f5477
Octal753611512301303651077
Binary111101111101001101101001101011000111101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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