Shades of Black Pearl #091F21
Tints of Black Pearl #091F21
RGB
CMYK
RGB Variations
Color information
#091F21 (or 0x091F21) is known color: Black Pearl. HEX triplet: 09, 1F and 21. RGB value is (9,31,33). Sum of RGB (Red+Green+Blue) = 9+31+33=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #091F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F21 is #F6E0DE. Grayscale: #181818. Windows color (decimal): -16179423 or 2170633. OLE color: 2170633.
HSL color Cylindrical-coordinate representation of color #091F21: hue angle of 185º 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 #091F21 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 31 | 33 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.87 |
| HSL | 185º | 0.57% | 0.08% | - |
| HSV(B) | 185º | 0.73% | 0.13% | - |
| XYZ | 0.88 | 1.15 | 1.61 | - |
| YUV | 24.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 33 | 0.73 | 0.06 | 0 | 0.87 | 185 | 0.57 | 0.08 |
| Hex | 9 | 1F | 21 | 49 | 6 | 0 | 57 | B9 | 39 | 8 |
| Octal | 11 | 37 | 41 | 111 | 6 | 0 | 127 | 271 | 71 | 10 |
| Binary | 1001 | 11111 | 100001 | 1001001 | 110 | 0 | 1010111 | 10111001 | 111001 | 1000 |
Color Harmonies of #091F21
Complementary color
Monochromatic Colors of #091F21
Black with #091F21
Text Example
Text Example
White with #091F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F21; }
p { color: rgb(9,31,33); }
H1.HeaderClassName
{
color: #091F21;
}
.AnyTagClassName
{
color: #091F21;
}
</style>
background-color css
<style>
a { background-color: #091F21; }
a { background-color: rgb(9,31,33); }
div.DivClassName
{
background-color: #091F21;
}
.BgClassName
{
background-color: #091F21;
}
</style>
border-color css
<style>
span { border-color: #091F21; }
span { border-color: rgb(9,31,33); }
td.TdClassName
{
border-color: #091F21;
}
.TagClassName
{
border-color: #091F21;
}
</style>