Shades of Black Pearl #092430
Tints of Black Pearl #092430
RGB
CMYK
RGB Variations
Color information
#092430 (or 0x092430) is known color: Black Pearl. HEX triplet: 09, 24 and 30. RGB value is (9,36,48). Sum of RGB (Red+Green+Blue) = 9+36+48=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #092430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092430 is #F6DBCF. Grayscale: #1D1D1D. Windows color (decimal): -16178128 or 3154953. OLE color: 3154953.
HSL color Cylindrical-coordinate representation of color #092430: hue angle of 198.46º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092430 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 36 | 48 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.81 |
| HSL | 198.46º | 0.68% | 0.11% | - |
| HSV(B) | 198.46º | 0.81% | 0.19% | - |
| XYZ | 1.28 | 1.53 | 3.02 | - |
| YUV | 29.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 48 | 0.81 | 0.25 | 0 | 0.81 | 198.46 | 0.68 | 0.11 |
| Hex | 9 | 24 | 30 | 51 | 19 | 0 | 51 | C6 | 44 | B |
| Octal | 11 | 44 | 60 | 121 | 31 | 0 | 121 | 306 | 104 | 13 |
| Binary | 1001 | 100100 | 110000 | 1010001 | 11001 | 0 | 1010001 | 11000110 | 1000100 | 1011 |
Color Harmonies of #092430
Complementary color
Monochromatic Colors of #092430
Black with #092430
Text Example
Text Example
White with #092430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092430; }
p { color: rgb(9,36,48); }
H1.HeaderClassName
{
color: #092430;
}
.AnyTagClassName
{
color: #092430;
}
</style>
background-color css
<style>
a { background-color: #092430; }
a { background-color: rgb(9,36,48); }
div.DivClassName
{
background-color: #092430;
}
.BgClassName
{
background-color: #092430;
}
</style>
border-color css
<style>
span { border-color: #092430; }
span { border-color: rgb(9,36,48); }
td.TdClassName
{
border-color: #092430;
}
.TagClassName
{
border-color: #092430;
}
</style>