Shades of Black Pearl #091D32
Tints of Black Pearl #091D32
RGB
CMYK
RGB Variations
Color information
#091D32 (or 0x091D32) is known color: Black Pearl. HEX triplet: 09, 1D and 32. RGB value is (9,29,50). Sum of RGB (Red+Green+Blue) = 9+29+50=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #091D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D32 is #F6E2CD. Grayscale: #191919. Windows color (decimal): -16179918 or 3284233. OLE color: 3284233.
HSL color Cylindrical-coordinate representation of color #091D32: hue angle of 210.73º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091D32 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 29 | 50 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.80 |
| HSL | 210.73º | 0.69% | 0.12% | - |
| HSV(B) | 210.73º | 0.82% | 0.2% | - |
| XYZ | 1.13 | 1.17 | 3.18 | - |
| YUV | 25.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 50 | 0.82 | 0.42 | 0 | 0.80 | 210.73 | 0.69 | 0.12 |
| Hex | 9 | 1D | 32 | 52 | 2A | 0 | 50 | D3 | 45 | C |
| Octal | 11 | 35 | 62 | 122 | 52 | 0 | 120 | 323 | 105 | 14 |
| Binary | 1001 | 11101 | 110010 | 1010010 | 101010 | 0 | 1010000 | 11010011 | 1000101 | 1100 |
Color Harmonies of #091D32
Complementary color
Monochromatic Colors of #091D32
Black with #091D32
Text Example
Text Example
White with #091D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D32; }
p { color: rgb(9,29,50); }
H1.HeaderClassName
{
color: #091D32;
}
.AnyTagClassName
{
color: #091D32;
}
</style>
background-color css
<style>
a { background-color: #091D32; }
a { background-color: rgb(9,29,50); }
div.DivClassName
{
background-color: #091D32;
}
.BgClassName
{
background-color: #091D32;
}
</style>
border-color css
<style>
span { border-color: #091D32; }
span { border-color: rgb(9,29,50); }
td.TdClassName
{
border-color: #091D32;
}
.TagClassName
{
border-color: #091D32;
}
</style>