Shades of Black Pearl #092334
Tints of Black Pearl #092334
RGB
CMYK
RGB Variations
Color information
#092334 (or 0x092334) is known color: Black Pearl. HEX triplet: 09, 23 and 34. RGB value is (9,35,52). Sum of RGB (Red+Green+Blue) = 9+35+52=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #092334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092334 is #F6DCCB. Grayscale: #1D1D1D. Windows color (decimal): -16178380 or 3416841. OLE color: 3416841.
HSL color Cylindrical-coordinate representation of color #092334: hue angle of 203.72º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #092334 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 35 | 52 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.80 |
| HSL | 203.72º | 0.7% | 0.12% | - |
| HSV(B) | 203.72º | 0.83% | 0.2% | - |
| XYZ | 1.33 | 1.51 | 3.47 | - |
| YUV | 29.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 52 | 0.83 | 0.33 | 0 | 0.80 | 203.72 | 0.7 | 0.12 |
| Hex | 9 | 23 | 34 | 53 | 21 | 0 | 50 | CC | 46 | C |
| Octal | 11 | 43 | 64 | 123 | 41 | 0 | 120 | 314 | 106 | 14 |
| Binary | 1001 | 100011 | 110100 | 1010011 | 100001 | 0 | 1010000 | 11001100 | 1000110 | 1100 |
Color Harmonies of #092334
Complementary color
Monochromatic Colors of #092334
Black with #092334
Text Example
Text Example
White with #092334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092334; }
p { color: rgb(9,35,52); }
H1.HeaderClassName
{
color: #092334;
}
.AnyTagClassName
{
color: #092334;
}
</style>
background-color css
<style>
a { background-color: #092334; }
a { background-color: rgb(9,35,52); }
div.DivClassName
{
background-color: #092334;
}
.BgClassName
{
background-color: #092334;
}
</style>
border-color css
<style>
span { border-color: #092334; }
span { border-color: rgb(9,35,52); }
td.TdClassName
{
border-color: #092334;
}
.TagClassName
{
border-color: #092334;
}
</style>