#07011D

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

Shades of Black Russian #07011D

Tints of Black Russian #07011D

Color information

#07011D (or 0x07011D) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 1D. RGB value is (7,1,29). Sum of RGB (Red+Green+Blue) = 7+1+29=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 29 (11.72% from 255 or 78.38% from 37); Max value from RGB is 29 - color contains mainly: blue. Hex color #07011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07011D is #F8FEE2. Grayscale: #050505. Windows color (decimal): -16318179 or 1900807. OLE color: 1900807.

HSL color Cylindrical-coordinate representation of color #07011D: hue angle of 252.86º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07011D is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB7129-
CMYK0.760.9700.89
HSL252.86º93.33%5.88%-
HSV(B)252.86º96.55%11.37%-
XYZ0.320.161.18-
YUV5.99140.99128.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 29 (11.72% from 255) = 78.38%
R=18.92%
G=2.70%
B=78.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal71290.760.9700.89252.8693.335.88
Hex711D4C61059fd5d6
Octal713511414101313751356
Binary1111111011001100110000101011001111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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