#07021C

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

Shades of Black Russian #07021C

Tints of Black Russian #07021C

Color information

#07021C (or 0x07021C) is unknown color: approx Black Russian. HEX triplet: 07, 02 and 1C. RGB value is (7,2,28). Sum of RGB (Red+Green+Blue) = 7+2+28=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 28 (11.33% from 255 or 75.68% from 37); Max value from RGB is 28 - color contains mainly: blue. Hex color #07021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07021C is #F8FDE3. Grayscale: #060606. Windows color (decimal): -16317924 or 1835527. OLE color: 1835527.

HSL color Cylindrical-coordinate representation of color #07021C: hue angle of 251.54º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07021C is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB7228-
CMYK0.750.9300.89
HSL251.54º86.67%5.88%-
HSV(B)251.54º92.86%10.98%-
XYZ0.320.171.12-
YUV6.46140.16128.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 2 (1.17% from 255) = 5.41%
BLUE value IS 28 (11.33% from 255) = 75.68%
R=18.92%
G=5.41%
B=75.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal72280.750.9300.89251.5486.675.88
Hex721C4B5D059fc576
Octal723411313501313741276
Binary11110111001001011101110101011001111111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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