#070120

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

Shades of Black Russian #070120

Tints of Black Russian #070120

Color information

#070120 (or 0x070120) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 20. RGB value is (7,1,32). Sum of RGB (Red+Green+Blue) = 7+1+32=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 32 (12.89% from 255 or 80% from 40); Max value from RGB is 32 - color contains mainly: blue. Hex color #070120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070120 is #F8FEDF. Grayscale: #060606. Windows color (decimal): -16318176 or 2097415. OLE color: 2097415.

HSL color Cylindrical-coordinate representation of color #070120: hue angle of 251.61º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070120 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB7132-
CMYK0.780.9700.87
HSL251.61º93.94%6.47%-
HSV(B)251.61º96.88%12.55%-
XYZ0.360.171.38-
YUV6.33142.49128.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 32 (12.89% from 255) = 80%
R=17.5%
G=2.5%
B=80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal71320.780.9700.87251.6193.946.47
Hex71204E61057fc5e6
Octal714011614101273741366
Binary11111000001001110110000101010111111111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070120; }

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

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

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

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

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

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

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

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