#070220

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

Shades of Black Russian #070220

Tints of Black Russian #070220

Color information

#070220 (or 0x070220) is unknown color: approx Black Russian. HEX triplet: 07, 02 and 20. RGB value is (7,2,32). Sum of RGB (Red+Green+Blue) = 7+2+32=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 32 (12.89% from 255 or 78.05% from 41); Max value from RGB is 32 - color contains mainly: blue. Hex color #070220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070220 is #F8FDDF. Grayscale: #060606. Windows color (decimal): -16317920 or 2097671. OLE color: 2097671.

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

Color convert

RGB7232-
CMYK0.780.9400.87
HSL250º88.24%6.67%-
HSV(B)250º93.75%12.55%-
XYZ0.370.191.38-
YUV6.92142.16128.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 32 (12.89% from 255) = 78.05%
R=17.07%
G=4.88%
B=78.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal72320.780.9400.8725088.246.67
Hex72204E5E057fa587
Octal724011613601273721307
Binary111101000001001110101111001010111111110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070220; }

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

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

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

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

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

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

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

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