Shades of Black Pearl #092933
Tints of Black Pearl #092933
RGB
CMYK
RGB Variations
Color information
#092933 (or 0x092933) is known color: Black Pearl. HEX triplet: 09, 29 and 33. RGB value is (9,41,51). Sum of RGB (Red+Green+Blue) = 9+41+51=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #092933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092933 is #F6D6CC. Grayscale: #202020. Windows color (decimal): -16176845 or 3352841. OLE color: 3352841.
HSL color Cylindrical-coordinate representation of color #092933: hue angle of 194.29º degrees, saturation: 0.7, 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 #092933 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 41 | 51 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.8 |
| HSL | 194.29º | 0.7% | 0.12% | - |
| HSV(B) | 194.29º | 0.82% | 0.2% | - |
| XYZ | 1.5 | 1.88 | 3.42 | - |
| YUV | 32.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 51 | 0.82 | 0.20 | 0 | 0.8 | 194.29 | 0.7 | 0.12 |
| Hex | 9 | 29 | 33 | 52 | 14 | 0 | 50 | C2 | 46 | C |
| Octal | 11 | 51 | 63 | 122 | 24 | 0 | 120 | 302 | 106 | 14 |
| Binary | 1001 | 101001 | 110011 | 1010010 | 10100 | 0 | 1010000 | 11000010 | 1000110 | 1100 |
Color Harmonies of #092933
Complementary color
Monochromatic Colors of #092933
Black with #092933
Text Example
Text Example
White with #092933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092933; }
p { color: rgb(9,41,51); }
H1.HeaderClassName
{
color: #092933;
}
.AnyTagClassName
{
color: #092933;
}
</style>
background-color css
<style>
a { background-color: #092933; }
a { background-color: rgb(9,41,51); }
div.DivClassName
{
background-color: #092933;
}
.BgClassName
{
background-color: #092933;
}
</style>
border-color css
<style>
span { border-color: #092933; }
span { border-color: rgb(9,41,51); }
td.TdClassName
{
border-color: #092933;
}
.TagClassName
{
border-color: #092933;
}
</style>