#080221

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

Shades of Black Russian #080221

Tints of Black Russian #080221

Color information

#080221 (or 0x080221) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 21. RGB value is (8,2,33). Sum of RGB (Red+Green+Blue) = 8+2+33=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 33 (13.28% from 255 or 76.74% from 43); Max value from RGB is 33 - color contains mainly: blue. Hex color #080221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080221 is #F7FDDE. Grayscale: #070707. Windows color (decimal): -16252383 or 2163208. OLE color: 2163208.

HSL color Cylindrical-coordinate representation of color #080221: hue angle of 251.61º degrees, saturation: 0.89, 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 #080221 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB8233-
CMYK0.760.9400.87
HSL251.61º88.57%6.86%-
HSV(B)251.61º93.94%12.94%-
XYZ0.40.21.46-
YUV7.33142.49128.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.60%
GREEN value IS 2 (1.17% from 255) = 4.65%
BLUE value IS 33 (13.28% from 255) = 76.74%
R=18.60%
G=4.65%
B=76.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal82330.760.9400.87251.6188.576.86
Hex82214C5E057fc597
Octal1024111413601273741317
Binary1000101000011001100101111001010111111111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080221; }

 p { color: rgb(8,2,33); }

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

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

 a { background-color: rgb(8,2,33); }

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

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

 span { border-color: rgb(8,2,33); }

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