Shades of Black Pearl #091C25
Tints of Black Pearl #091C25
RGB
CMYK
RGB Variations
Color information
#091C25 (or 0x091C25) is known color: Black Pearl. HEX triplet: 09, 1C and 25. RGB value is (9,28,37). Sum of RGB (Red+Green+Blue) = 9+28+37=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #091C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C25 is #F6E3DA. Grayscale: #171717. Windows color (decimal): -16180187 or 2432009. OLE color: 2432009.
HSL color Cylindrical-coordinate representation of color #091C25: hue angle of 199.29º 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 #091C25 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 28 | 37 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.85 |
| HSL | 199.29º | 0.61% | 0.09% | - |
| HSV(B) | 199.29º | 0.76% | 0.15% | - |
| XYZ | 0.86 | 1.02 | 1.9 | - |
| YUV | 23.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 37 | 0.76 | 0.24 | 0 | 0.85 | 199.29 | 0.61 | 0.09 |
| Hex | 9 | 1C | 25 | 4C | 18 | 0 | 55 | C7 | 3D | 9 |
| Octal | 11 | 34 | 45 | 114 | 30 | 0 | 125 | 307 | 75 | 11 |
| Binary | 1001 | 11100 | 100101 | 1001100 | 11000 | 0 | 1010101 | 11000111 | 111101 | 1001 |
Color Harmonies of #091C25
Complementary color
Monochromatic Colors of #091C25
Black with #091C25
Text Example
Text Example
White with #091C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C25; }
p { color: rgb(9,28,37); }
H1.HeaderClassName
{
color: #091C25;
}
.AnyTagClassName
{
color: #091C25;
}
</style>
background-color css
<style>
a { background-color: #091C25; }
a { background-color: rgb(9,28,37); }
div.DivClassName
{
background-color: #091C25;
}
.BgClassName
{
background-color: #091C25;
}
</style>
border-color css
<style>
span { border-color: #091C25; }
span { border-color: rgb(9,28,37); }
td.TdClassName
{
border-color: #091C25;
}
.TagClassName
{
border-color: #091C25;
}
</style>