Shades of Black Pearl #091E25
Tints of Black Pearl #091E25
RGB
CMYK
RGB Variations
Color information
#091E25 (or 0x091E25) is known color: Black Pearl. HEX triplet: 09, 1E and 25. RGB value is (9,30,37). Sum of RGB (Red+Green+Blue) = 9+30+37=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #091E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E25 is #F6E1DA. Grayscale: #181818. Windows color (decimal): -16179675 or 2432521. OLE color: 2432521.
HSL color Cylindrical-coordinate representation of color #091E25: hue angle of 195º 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 #091E25 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 30 | 37 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.85 |
| HSL | 195º | 0.61% | 0.09% | - |
| HSV(B) | 195º | 0.76% | 0.15% | - |
| XYZ | 0.91 | 1.12 | 1.92 | - |
| YUV | 24.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 37 | 0.76 | 0.19 | 0 | 0.85 | 195 | 0.61 | 0.09 |
| Hex | 9 | 1E | 25 | 4C | 13 | 0 | 55 | C3 | 3D | 9 |
| Octal | 11 | 36 | 45 | 114 | 23 | 0 | 125 | 303 | 75 | 11 |
| Binary | 1001 | 11110 | 100101 | 1001100 | 10011 | 0 | 1010101 | 11000011 | 111101 | 1001 |
Color Harmonies of #091E25
Complementary color
Monochromatic Colors of #091E25
Black with #091E25
Text Example
Text Example
White with #091E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E25; }
p { color: rgb(9,30,37); }
H1.HeaderClassName
{
color: #091E25;
}
.AnyTagClassName
{
color: #091E25;
}
</style>
background-color css
<style>
a { background-color: #091E25; }
a { background-color: rgb(9,30,37); }
div.DivClassName
{
background-color: #091E25;
}
.BgClassName
{
background-color: #091E25;
}
</style>
border-color css
<style>
span { border-color: #091E25; }
span { border-color: rgb(9,30,37); }
td.TdClassName
{
border-color: #091E25;
}
.TagClassName
{
border-color: #091E25;
}
</style>