#07021E

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

Shades of Black Russian #07021E

Tints of Black Russian #07021E

Color information

#07021E (or 0x07021E) is unknown color: approx Black Russian. HEX triplet: 07, 02 and 1E. RGB value is (7,2,30). Sum of RGB (Red+Green+Blue) = 7+2+30=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 30 (12.11% from 255 or 76.92% from 39); Max value from RGB is 30 - color contains mainly: blue. Hex color #07021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07021E is #F8FDE1. Grayscale: #060606. Windows color (decimal): -16317922 or 1966599. OLE color: 1966599.

HSL color Cylindrical-coordinate representation of color #07021E: hue angle of 250.71º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07021E is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB7230-
CMYK0.770.9300.88
HSL250.71º87.5%6.27%-
HSV(B)250.71º93.33%11.76%-
XYZ0.340.181.25-
YUV6.69141.16128.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 30 (12.11% from 255) = 76.92%
R=17.95%
G=5.13%
B=76.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal72300.770.9300.88250.7187.56.27
Hex721E4D5D058fb586
Octal723611513501303731306
Binary11110111101001101101110101011000111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07021E; }

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

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

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

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

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

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

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

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