Shades of Black Pearl #091A25
Tints of Black Pearl #091A25
RGB
CMYK
RGB Variations
Color information
#091A25 (or 0x091A25) is known color: Black Pearl. HEX triplet: 09, 1A and 25. RGB value is (9,26,37). Sum of RGB (Red+Green+Blue) = 9+26+37=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #091A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A25 is #F6E5DA. Grayscale: #161616. Windows color (decimal): -16180699 or 2431497. OLE color: 2431497.
HSL color Cylindrical-coordinate representation of color #091A25: hue angle of 203.57º 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 #091A25 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 26 | 37 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.85 |
| HSL | 203.57º | 0.61% | 0.09% | - |
| HSV(B) | 203.57º | 0.76% | 0.15% | - |
| XYZ | 0.82 | 0.93 | 1.89 | - |
| YUV | 22.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 37 | 0.76 | 0.30 | 0 | 0.85 | 203.57 | 0.61 | 0.09 |
| Hex | 9 | 1A | 25 | 4C | 1E | 0 | 55 | CC | 3D | 9 |
| Octal | 11 | 32 | 45 | 114 | 36 | 0 | 125 | 314 | 75 | 11 |
| Binary | 1001 | 11010 | 100101 | 1001100 | 11110 | 0 | 1010101 | 11001100 | 111101 | 1001 |
Color Harmonies of #091A25
Complementary color
Monochromatic Colors of #091A25
Black with #091A25
Text Example
Text Example
White with #091A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A25; }
p { color: rgb(9,26,37); }
H1.HeaderClassName
{
color: #091A25;
}
.AnyTagClassName
{
color: #091A25;
}
</style>
background-color css
<style>
a { background-color: #091A25; }
a { background-color: rgb(9,26,37); }
div.DivClassName
{
background-color: #091A25;
}
.BgClassName
{
background-color: #091A25;
}
</style>
border-color css
<style>
span { border-color: #091A25; }
span { border-color: rgb(9,26,37); }
td.TdClassName
{
border-color: #091A25;
}
.TagClassName
{
border-color: #091A25;
}
</style>