#07011A

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

Shades of Black Russian #07011A

Tints of Black Russian #07011A

Color information

#07011A (or 0x07011A) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 1A. RGB value is (7,1,26). Sum of RGB (Red+Green+Blue) = 7+1+26=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 26 (10.55% from 255 or 76.47% from 34); Max value from RGB is 26 - color contains mainly: blue. Hex color #07011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07011A is #F8FEE5. Grayscale: #050505. Windows color (decimal): -16318182 or 1704199. OLE color: 1704199.

HSL color Cylindrical-coordinate representation of color #07011A: hue angle of 254.4º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07011A is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB7126-
CMYK0.730.9600.90
HSL254.4º92.59%5.29%-
HSV(B)254.4º96.15%10.2%-
XYZ0.280.140.99-
YUV5.64139.49128.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20.59%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 26 (10.55% from 255) = 76.47%
R=20.59%
G=2.94%
B=76.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal71260.730.9600.90254.492.595.29
Hex711A496005Afe5d5
Octal713211114001323761355
Binary1111110101001001110000001011010111111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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