Shades of Black Pearl #092932
Tints of Black Pearl #092932
RGB
CMYK
RGB Variations
Color information
#092932 (or 0x092932) is known color: Black Pearl. HEX triplet: 09, 29 and 32. RGB value is (9,41,50). Sum of RGB (Red+Green+Blue) = 9+41+50=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #092932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092932 is #F6D6CD. Grayscale: #202020. Windows color (decimal): -16176846 or 3287305. OLE color: 3287305.
HSL color Cylindrical-coordinate representation of color #092932: hue angle of 193.17º 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 #092932 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 41 | 50 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.80 |
| HSL | 193.17º | 0.69% | 0.12% | - |
| HSV(B) | 193.17º | 0.82% | 0.2% | - |
| XYZ | 1.48 | 1.87 | 3.3 | - |
| YUV | 32.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 50 | 0.82 | 0.18 | 0 | 0.80 | 193.17 | 0.69 | 0.12 |
| Hex | 9 | 29 | 32 | 52 | 12 | 0 | 50 | C1 | 45 | C |
| Octal | 11 | 51 | 62 | 122 | 22 | 0 | 120 | 301 | 105 | 14 |
| Binary | 1001 | 101001 | 110010 | 1010010 | 10010 | 0 | 1010000 | 11000001 | 1000101 | 1100 |
Color Harmonies of #092932
Complementary color
Monochromatic Colors of #092932
Black with #092932
Text Example
Text Example
White with #092932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092932; }
p { color: rgb(9,41,50); }
H1.HeaderClassName
{
color: #092932;
}
.AnyTagClassName
{
color: #092932;
}
</style>
background-color css
<style>
a { background-color: #092932; }
a { background-color: rgb(9,41,50); }
div.DivClassName
{
background-color: #092932;
}
.BgClassName
{
background-color: #092932;
}
</style>
border-color css
<style>
span { border-color: #092932; }
span { border-color: rgb(9,41,50); }
td.TdClassName
{
border-color: #092932;
}
.TagClassName
{
border-color: #092932;
}
</style>