Shades of Black Pearl #091221
Tints of Black Pearl #091221
RGB
CMYK
RGB Variations
Color information
#091221 (or 0x091221) is known color: Black Pearl. HEX triplet: 09, 12 and 21. RGB value is (9,18,33). Sum of RGB (Red+Green+Blue) = 9+18+33=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #091221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091221 is #F6EDDE. Grayscale: #101010. Windows color (decimal): -16182751 or 2167305. OLE color: 2167305.
HSL color Cylindrical-coordinate representation of color #091221: hue angle of 217.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #091221 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 18 | 33 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.87 |
| HSL | 217.5º | 0.57% | 0.08% | - |
| HSV(B) | 217.5º | 0.73% | 0.13% | - |
| XYZ | 0.6 | 0.6 | 1.52 | - |
| YUV | 17.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 33 | 0.73 | 0.45 | 0 | 0.87 | 217.5 | 0.57 | 0.08 |
| Hex | 9 | 12 | 21 | 49 | 2D | 0 | 57 | DA | 39 | 8 |
| Octal | 11 | 22 | 41 | 111 | 55 | 0 | 127 | 332 | 71 | 10 |
| Binary | 1001 | 10010 | 100001 | 1001001 | 101101 | 0 | 1010111 | 11011010 | 111001 | 1000 |
Color Harmonies of #091221
Complementary color
Monochromatic Colors of #091221
Black with #091221
Text Example
Text Example
White with #091221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091221; }
p { color: rgb(9,18,33); }
H1.HeaderClassName
{
color: #091221;
}
.AnyTagClassName
{
color: #091221;
}
</style>
background-color css
<style>
a { background-color: #091221; }
a { background-color: rgb(9,18,33); }
div.DivClassName
{
background-color: #091221;
}
.BgClassName
{
background-color: #091221;
}
</style>
border-color css
<style>
span { border-color: #091221; }
span { border-color: rgb(9,18,33); }
td.TdClassName
{
border-color: #091221;
}
.TagClassName
{
border-color: #091221;
}
</style>