#07011C

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

Shades of Black Russian #07011C

Tints of Black Russian #07011C

Color information

#07011C (or 0x07011C) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 1C. RGB value is (7,1,28). Sum of RGB (Red+Green+Blue) = 7+1+28=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 28 (11.33% from 255 or 77.78% from 36); Max value from RGB is 28 - color contains mainly: blue. Hex color #07011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07011C is #F8FEE3. Grayscale: #050505. Windows color (decimal): -16318180 or 1835271. OLE color: 1835271.

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

Color convert

RGB7128-
CMYK0.750.9600.89
HSL253.33º93.1%5.69%-
HSV(B)253.33º96.43%10.98%-
XYZ0.310.151.11-
YUV5.87140.49128.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 28 (11.33% from 255) = 77.78%
R=19.44%
G=2.78%
B=77.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal71280.750.9600.89253.3393.15.69
Hex711C4B60059fd5d6
Octal713411314001313751356
Binary1111111001001011110000001011001111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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