Shades of Black Pearl #092232
Tints of Black Pearl #092232
RGB
CMYK
RGB Variations
Color information
#092232 (or 0x092232) is known color: Black Pearl. HEX triplet: 09, 22 and 32. RGB value is (9,34,50). Sum of RGB (Red+Green+Blue) = 9+34+50=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #092232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092232 is #F6DDCD. Grayscale: #1C1C1C. Windows color (decimal): -16178638 or 3285513. OLE color: 3285513.
HSL color Cylindrical-coordinate representation of color #092232: hue angle of 203.41º 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 #092232 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 34 | 50 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.80 |
| HSL | 203.41º | 0.69% | 0.12% | - |
| HSV(B) | 203.41º | 0.82% | 0.2% | - |
| XYZ | 1.26 | 1.43 | 3.23 | - |
| YUV | 28.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 50 | 0.82 | 0.32 | 0 | 0.80 | 203.41 | 0.69 | 0.12 |
| Hex | 9 | 22 | 32 | 52 | 20 | 0 | 50 | CB | 45 | C |
| Octal | 11 | 42 | 62 | 122 | 40 | 0 | 120 | 313 | 105 | 14 |
| Binary | 1001 | 100010 | 110010 | 1010010 | 100000 | 0 | 1010000 | 11001011 | 1000101 | 1100 |
Color Harmonies of #092232
Complementary color
Monochromatic Colors of #092232
Black with #092232
Text Example
Text Example
White with #092232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092232; }
p { color: rgb(9,34,50); }
H1.HeaderClassName
{
color: #092232;
}
.AnyTagClassName
{
color: #092232;
}
</style>
background-color css
<style>
a { background-color: #092232; }
a { background-color: rgb(9,34,50); }
div.DivClassName
{
background-color: #092232;
}
.BgClassName
{
background-color: #092232;
}
</style>
border-color css
<style>
span { border-color: #092232; }
span { border-color: rgb(9,34,50); }
td.TdClassName
{
border-color: #092232;
}
.TagClassName
{
border-color: #092232;
}
</style>