Shades of Black Pearl #091D21
Tints of Black Pearl #091D21
RGB
CMYK
RGB Variations
Color information
#091D21 (or 0x091D21) is known color: Black Pearl. HEX triplet: 09, 1D and 21. RGB value is (9,29,33). Sum of RGB (Red+Green+Blue) = 9+29+33=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 33 - color contains mainly: blue. Hex color #091D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D21 is #F6E2DE. Grayscale: #171717. Windows color (decimal): -16179935 or 2170121. OLE color: 2170121.
HSL color Cylindrical-coordinate representation of color #091D21: hue angle of 190º 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 #091D21 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 29 | 33 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.87 |
| HSL | 190º | 0.57% | 0.08% | - |
| HSV(B) | 190º | 0.73% | 0.13% | - |
| XYZ | 0.83 | 1.05 | 1.6 | - |
| YUV | 23.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 33 | 0.73 | 0.12 | 0 | 0.87 | 190 | 0.57 | 0.08 |
| Hex | 9 | 1D | 21 | 49 | C | 0 | 57 | BE | 39 | 8 |
| Octal | 11 | 35 | 41 | 111 | 14 | 0 | 127 | 276 | 71 | 10 |
| Binary | 1001 | 11101 | 100001 | 1001001 | 1100 | 0 | 1010111 | 10111110 | 111001 | 1000 |
Color Harmonies of #091D21
Complementary color
Monochromatic Colors of #091D21
Black with #091D21
Text Example
Text Example
White with #091D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D21; }
p { color: rgb(9,29,33); }
H1.HeaderClassName
{
color: #091D21;
}
.AnyTagClassName
{
color: #091D21;
}
</style>
background-color css
<style>
a { background-color: #091D21; }
a { background-color: rgb(9,29,33); }
div.DivClassName
{
background-color: #091D21;
}
.BgClassName
{
background-color: #091D21;
}
</style>
border-color css
<style>
span { border-color: #091D21; }
span { border-color: rgb(9,29,33); }
td.TdClassName
{
border-color: #091D21;
}
.TagClassName
{
border-color: #091D21;
}
</style>