Shades of Black Pearl #091F25
Tints of Black Pearl #091F25
RGB
CMYK
RGB Variations
Color information
#091F25 (or 0x091F25) is known color: Black Pearl. HEX triplet: 09, 1F and 25. RGB value is (9,31,37). Sum of RGB (Red+Green+Blue) = 9+31+37=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #091F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F25 is #F6E0DA. Grayscale: #191919. Windows color (decimal): -16179419 or 2432777. OLE color: 2432777.
HSL color Cylindrical-coordinate representation of color #091F25: hue angle of 192.86º 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 #091F25 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 31 | 37 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.85 |
| HSL | 192.86º | 0.61% | 0.09% | - |
| HSV(B) | 192.86º | 0.76% | 0.15% | - |
| XYZ | 0.94 | 1.17 | 1.93 | - |
| YUV | 25.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 37 | 0.76 | 0.16 | 0 | 0.85 | 192.86 | 0.61 | 0.09 |
| Hex | 9 | 1F | 25 | 4C | 10 | 0 | 55 | C1 | 3D | 9 |
| Octal | 11 | 37 | 45 | 114 | 20 | 0 | 125 | 301 | 75 | 11 |
| Binary | 1001 | 11111 | 100101 | 1001100 | 10000 | 0 | 1010101 | 11000001 | 111101 | 1001 |
Color Harmonies of #091F25
Complementary color
Monochromatic Colors of #091F25
Black with #091F25
Text Example
Text Example
White with #091F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F25; }
p { color: rgb(9,31,37); }
H1.HeaderClassName
{
color: #091F25;
}
.AnyTagClassName
{
color: #091F25;
}
</style>
background-color css
<style>
a { background-color: #091F25; }
a { background-color: rgb(9,31,37); }
div.DivClassName
{
background-color: #091F25;
}
.BgClassName
{
background-color: #091F25;
}
</style>
border-color css
<style>
span { border-color: #091F25; }
span { border-color: rgb(9,31,37); }
td.TdClassName
{
border-color: #091F25;
}
.TagClassName
{
border-color: #091F25;
}
</style>