#07031E

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

Shades of Black Russian #07031E

Tints of Black Russian #07031E

Color information

#07031E (or 0x07031E) is unknown color: approx Black Russian. HEX triplet: 07, 03 and 1E. RGB value is (7,3,30). Sum of RGB (Red+Green+Blue) = 7+3+30=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #07031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07031E is #F8FCE1. Grayscale: #070707. Windows color (decimal): -16317666 or 1966855. OLE color: 1966855.

HSL color Cylindrical-coordinate representation of color #07031E: hue angle of 248.89º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07031E is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB7330-
CMYK0.770.9000.88
HSL248.89º81.82%6.47%-
HSV(B)248.89º90%11.76%-
XYZ0.350.21.25-
YUV7.27140.83127.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 30 (12.11% from 255) = 75%
R=17.5%
G=7.5%
B=75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal73300.770.9000.88248.8981.826.47
Hex731E4D5A058f9526
Octal733611513201303711226
Binary11111111101001101101101001011000111110011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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