Shades of Black Pearl #092029
Tints of Black Pearl #092029
RGB
CMYK
RGB Variations
Color information
#092029 (or 0x092029) is known color: Black Pearl. HEX triplet: 09, 20 and 29. RGB value is (9,32,41). Sum of RGB (Red+Green+Blue) = 9+32+41=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #092029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092029 is #F6DFD6. Grayscale: #1A1A1A. Windows color (decimal): -16179159 or 2695177. OLE color: 2695177.
HSL color Cylindrical-coordinate representation of color #092029: hue angle of 196.88º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092029 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 32 | 41 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.84 |
| HSL | 196.88º | 0.64% | 0.1% | - |
| HSV(B) | 196.88º | 0.78% | 0.16% | - |
| XYZ | 1.03 | 1.25 | 2.29 | - |
| YUV | 26.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 41 | 0.78 | 0.22 | 0 | 0.84 | 196.88 | 0.64 | 0.1 |
| Hex | 9 | 20 | 29 | 4E | 16 | 0 | 54 | C5 | 40 | A |
| Octal | 11 | 40 | 51 | 116 | 26 | 0 | 124 | 305 | 100 | 12 |
| Binary | 1001 | 100000 | 101001 | 1001110 | 10110 | 0 | 1010100 | 11000101 | 1000000 | 1010 |
Color Harmonies of #092029
Complementary color
Monochromatic Colors of #092029
Black with #092029
Text Example
Text Example
White with #092029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092029; }
p { color: rgb(9,32,41); }
H1.HeaderClassName
{
color: #092029;
}
.AnyTagClassName
{
color: #092029;
}
</style>
background-color css
<style>
a { background-color: #092029; }
a { background-color: rgb(9,32,41); }
div.DivClassName
{
background-color: #092029;
}
.BgClassName
{
background-color: #092029;
}
</style>
border-color css
<style>
span { border-color: #092029; }
span { border-color: rgb(9,32,41); }
td.TdClassName
{
border-color: #092029;
}
.TagClassName
{
border-color: #092029;
}
</style>