#07011F

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

Shades of Black Russian #07011F

Tints of Black Russian #07011F

Color information

#07011F (or 0x07011F) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 1F. RGB value is (7,1,31). Sum of RGB (Red+Green+Blue) = 7+1+31=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 31 (12.5% from 255 or 79.49% from 39); Max value from RGB is 31 - color contains mainly: blue. Hex color #07011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07011F is #F8FEE0. Grayscale: #060606. Windows color (decimal): -16318177 or 2031879. OLE color: 2031879.

HSL color Cylindrical-coordinate representation of color #07011F: hue angle of 252º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07011F is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB7131-
CMYK0.770.9700.88
HSL252º93.75%6.27%-
HSV(B)252º96.77%12.16%-
XYZ0.350.171.31-
YUV6.21141.99128.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 31 (12.5% from 255) = 79.49%
R=17.95%
G=2.56%
B=79.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal71310.770.9700.8825293.756.27
Hex711F4D61058fc5e6
Octal713711514101303741366
Binary1111111111001101110000101011000111111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07011F; }

 p { color: rgb(7,1,31); }

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

<style>
 a { background-color: #07011F; }

 a { background-color: rgb(7,1,31); }

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

<style>
 span { border-color: #07011F; }

 span { border-color: rgb(7,1,31); }

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