Shades of Black Pearl #081221
Tints of Black Pearl #081221
RGB
CMYK
RGB Variations
Color information
#081221 (or 0x081221) is known color: Black Pearl. HEX triplet: 08, 12 and 21. RGB value is (8,18,33). Sum of RGB (Red+Green+Blue) = 8+18+33=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #081221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081221 is #F7EDDE. Grayscale: #101010. Windows color (decimal): -16248287 or 2167304. OLE color: 2167304.
HSL color Cylindrical-coordinate representation of color #081221: hue angle of 216º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #081221 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 18 | 33 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.87 |
| HSL | 216º | 0.61% | 0.08% | - |
| HSV(B) | 216º | 0.76% | 0.13% | - |
| XYZ | 0.59 | 0.59 | 1.52 | - |
| YUV | 16.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 33 | 0.76 | 0.45 | 0 | 0.87 | 216 | 0.61 | 0.08 |
| Hex | 8 | 12 | 21 | 4C | 2D | 0 | 57 | D8 | 3D | 8 |
| Octal | 10 | 22 | 41 | 114 | 55 | 0 | 127 | 330 | 75 | 10 |
| Binary | 1000 | 10010 | 100001 | 1001100 | 101101 | 0 | 1010111 | 11011000 | 111101 | 1000 |
Color Harmonies of #081221
Complementary color
Monochromatic Colors of #081221
Black with #081221
Text Example
Text Example
White with #081221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081221; }
p { color: rgb(8,18,33); }
H1.HeaderClassName
{
color: #081221;
}
.AnyTagClassName
{
color: #081221;
}
</style>
background-color css
<style>
a { background-color: #081221; }
a { background-color: rgb(8,18,33); }
div.DivClassName
{
background-color: #081221;
}
.BgClassName
{
background-color: #081221;
}
</style>
border-color css
<style>
span { border-color: #081221; }
span { border-color: rgb(8,18,33); }
td.TdClassName
{
border-color: #081221;
}
.TagClassName
{
border-color: #081221;
}
</style>