Shades of Black Pearl #092530
Tints of Black Pearl #092530
RGB
CMYK
RGB Variations
Color information
#092530 (or 0x092530) is known color: Black Pearl. HEX triplet: 09, 25 and 30. RGB value is (9,37,48). Sum of RGB (Red+Green+Blue) = 9+37+48=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #092530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092530 is #F6DACF. Grayscale: #1D1D1D. Windows color (decimal): -16177872 or 3155209. OLE color: 3155209.
HSL color Cylindrical-coordinate representation of color #092530: hue angle of 196.92º 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 #092530 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 37 | 48 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.81 |
| HSL | 196.92º | 0.68% | 0.11% | - |
| HSV(B) | 196.92º | 0.81% | 0.19% | - |
| XYZ | 1.31 | 1.59 | 3.04 | - |
| YUV | 29.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 48 | 0.81 | 0.23 | 0 | 0.81 | 196.92 | 0.68 | 0.11 |
| Hex | 9 | 25 | 30 | 51 | 17 | 0 | 51 | C5 | 44 | B |
| Octal | 11 | 45 | 60 | 121 | 27 | 0 | 121 | 305 | 104 | 13 |
| Binary | 1001 | 100101 | 110000 | 1010001 | 10111 | 0 | 1010001 | 11000101 | 1000100 | 1011 |
Color Harmonies of #092530
Complementary color
Monochromatic Colors of #092530
Black with #092530
Text Example
Text Example
White with #092530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092530; }
p { color: rgb(9,37,48); }
H1.HeaderClassName
{
color: #092530;
}
.AnyTagClassName
{
color: #092530;
}
</style>
background-color css
<style>
a { background-color: #092530; }
a { background-color: rgb(9,37,48); }
div.DivClassName
{
background-color: #092530;
}
.BgClassName
{
background-color: #092530;
}
</style>
border-color css
<style>
span { border-color: #092530; }
span { border-color: rgb(9,37,48); }
td.TdClassName
{
border-color: #092530;
}
.TagClassName
{
border-color: #092530;
}
</style>