#080621

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

Shades of Black Russian #080621

Tints of Black Russian #080621

Color information

#080621 (or 0x080621) is unknown color: approx Black Russian. HEX triplet: 08, 06 and 21. RGB value is (8,6,33). Sum of RGB (Red+Green+Blue) = 8+6+33=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 33 (13.28% from 255 or 70.21% from 47); Max value from RGB is 33 - color contains mainly: blue. Hex color #080621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080621 is #F7F9DE. Grayscale: #090909. Windows color (decimal): -16251359 or 2164232. OLE color: 2164232.

HSL color Cylindrical-coordinate representation of color #080621: hue angle of 244.44º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080621 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB8633-
CMYK0.760.8200.87
HSL244.44º69.23%7.65%-
HSV(B)244.44º81.82%12.94%-
XYZ0.440.291.47-
YUV9.68141.16126.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.02%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 33 (13.28% from 255) = 70.21%
R=17.02%
G=12.77%
B=70.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal86330.760.8200.87244.4469.237.65
Hex86214C52057f4458
Octal10641114122012736410510
Binary100011010000110011001010010010101111111010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080621; }

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

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

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

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

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

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

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

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