Shades of Black Pearl #092535
Tints of Black Pearl #092535
RGB
CMYK
RGB Variations
Color information
#092535 (or 0x092535) is known color: Black Pearl. HEX triplet: 09, 25 and 35. RGB value is (9,37,53). Sum of RGB (Red+Green+Blue) = 9+37+53=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #092535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092535 is #F6DACA. Grayscale: #1E1E1E. Windows color (decimal): -16177867 or 3482889. OLE color: 3482889.
HSL color Cylindrical-coordinate representation of color #092535: hue angle of 201.82º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #092535 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 37 | 53 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.79 |
| HSL | 201.82º | 0.71% | 0.12% | - |
| HSV(B) | 201.82º | 0.83% | 0.21% | - |
| XYZ | 1.42 | 1.64 | 3.61 | - |
| YUV | 30.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 53 | 0.83 | 0.30 | 0 | 0.79 | 201.82 | 0.71 | 0.12 |
| Hex | 9 | 25 | 35 | 53 | 1E | 0 | 4F | CA | 47 | C |
| Octal | 11 | 45 | 65 | 123 | 36 | 0 | 117 | 312 | 107 | 14 |
| Binary | 1001 | 100101 | 110101 | 1010011 | 11110 | 0 | 1001111 | 11001010 | 1000111 | 1100 |
Color Harmonies of #092535
Complementary color
Monochromatic Colors of #092535
Black with #092535
Text Example
Text Example
White with #092535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092535; }
p { color: rgb(9,37,53); }
H1.HeaderClassName
{
color: #092535;
}
.AnyTagClassName
{
color: #092535;
}
</style>
background-color css
<style>
a { background-color: #092535; }
a { background-color: rgb(9,37,53); }
div.DivClassName
{
background-color: #092535;
}
.BgClassName
{
background-color: #092535;
}
</style>
border-color css
<style>
span { border-color: #092535; }
span { border-color: rgb(9,37,53); }
td.TdClassName
{
border-color: #092535;
}
.TagClassName
{
border-color: #092535;
}
</style>