#07021F

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

Shades of Black Russian #07021F

Tints of Black Russian #07021F

Color information

#07021F (or 0x07021F) is unknown color: approx Black Russian. HEX triplet: 07, 02 and 1F. RGB value is (7,2,31). Sum of RGB (Red+Green+Blue) = 7+2+31=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 31 (12.5% from 255 or 77.5% from 40); Max value from RGB is 31 - color contains mainly: blue. Hex color #07021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07021F is #F8FDE0. Grayscale: #060606. Windows color (decimal): -16317921 or 2032135. OLE color: 2032135.

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

Color convert

RGB7231-
CMYK0.770.9400.88
HSL250.34º87.88%6.47%-
HSV(B)250.34º93.55%12.16%-
XYZ0.360.191.31-
YUV6.8141.66128.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 31 (12.5% from 255) = 77.5%
R=17.5%
G=5%
B=77.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal72310.770.9400.88250.3487.886.47
Hex721F4D5E058fa586
Octal723711513601303721306
Binary11110111111001101101111001011000111110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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