Shades of Black Pearl #091E21
Tints of Black Pearl #091E21
RGB
CMYK
RGB Variations
Color information
#091E21 (or 0x091E21) is known color: Black Pearl. HEX triplet: 09, 1E and 21. RGB value is (9,30,33). Sum of RGB (Red+Green+Blue) = 9+30+33=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 33 - color contains mainly: blue. Hex color #091E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E21 is #F6E1DE. Grayscale: #181818. Windows color (decimal): -16179679 or 2170377. OLE color: 2170377.
HSL color Cylindrical-coordinate representation of color #091E21: hue angle of 187.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 #091E21 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 30 | 33 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.87 |
| HSL | 187.5º | 0.57% | 0.08% | - |
| HSV(B) | 187.5º | 0.73% | 0.13% | - |
| XYZ | 0.85 | 1.1 | 1.61 | - |
| YUV | 24.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 33 | 0.73 | 0.09 | 0 | 0.87 | 187.5 | 0.57 | 0.08 |
| Hex | 9 | 1E | 21 | 49 | 9 | 0 | 57 | BC | 39 | 8 |
| Octal | 11 | 36 | 41 | 111 | 11 | 0 | 127 | 274 | 71 | 10 |
| Binary | 1001 | 11110 | 100001 | 1001001 | 1001 | 0 | 1010111 | 10111100 | 111001 | 1000 |
Color Harmonies of #091E21
Complementary color
Monochromatic Colors of #091E21
Black with #091E21
Text Example
Text Example
White with #091E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E21; }
p { color: rgb(9,30,33); }
H1.HeaderClassName
{
color: #091E21;
}
.AnyTagClassName
{
color: #091E21;
}
</style>
background-color css
<style>
a { background-color: #091E21; }
a { background-color: rgb(9,30,33); }
div.DivClassName
{
background-color: #091E21;
}
.BgClassName
{
background-color: #091E21;
}
</style>
border-color css
<style>
span { border-color: #091E21; }
span { border-color: rgb(9,30,33); }
td.TdClassName
{
border-color: #091E21;
}
.TagClassName
{
border-color: #091E21;
}
</style>