Shades of Black Pearl #092225
Tints of Black Pearl #092225
RGB
CMYK
RGB Variations
Color information
#092225 (or 0x092225) is known color: Black Pearl. HEX triplet: 09, 22 and 25. RGB value is (9,34,37). Sum of RGB (Red+Green+Blue) = 9+34+37=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #092225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092225 is #F6DDDA. Grayscale: #1A1A1A. Windows color (decimal): -16178651 or 2433545. OLE color: 2433545.
HSL color Cylindrical-coordinate representation of color #092225: hue angle of 186.43º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092225 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 34 | 37 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.85 |
| HSL | 186.43º | 0.61% | 0.09% | - |
| HSV(B) | 186.43º | 0.76% | 0.15% | - |
| XYZ | 1.02 | 1.34 | 1.95 | - |
| YUV | 26.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 37 | 0.76 | 0.08 | 0 | 0.85 | 186.43 | 0.61 | 0.09 |
| Hex | 9 | 22 | 25 | 4C | 8 | 0 | 55 | BA | 3D | 9 |
| Octal | 11 | 42 | 45 | 114 | 10 | 0 | 125 | 272 | 75 | 11 |
| Binary | 1001 | 100010 | 100101 | 1001100 | 1000 | 0 | 1010101 | 10111010 | 111101 | 1001 |
Color Harmonies of #092225
Complementary color
Monochromatic Colors of #092225
Black with #092225
Text Example
Text Example
White with #092225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092225; }
p { color: rgb(9,34,37); }
H1.HeaderClassName
{
color: #092225;
}
.AnyTagClassName
{
color: #092225;
}
</style>
background-color css
<style>
a { background-color: #092225; }
a { background-color: rgb(9,34,37); }
div.DivClassName
{
background-color: #092225;
}
.BgClassName
{
background-color: #092225;
}
</style>
border-color css
<style>
span { border-color: #092225; }
span { border-color: rgb(9,34,37); }
td.TdClassName
{
border-color: #092225;
}
.TagClassName
{
border-color: #092225;
}
</style>