Shades of Black Pearl #091315
Tints of Black Pearl #091315
RGB
CMYK
RGB Variations
Color information
#091315 (or 0x091315) is known color: Black Pearl. HEX triplet: 09, 13 and 15. RGB value is (9,19,21). Sum of RGB (Red+Green+Blue) = 9+19+21=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #091315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091315 is #F6ECEA. Grayscale: #101010. Windows color (decimal): -16182507 or 1381129. OLE color: 1381129.
HSL color Cylindrical-coordinate representation of color #091315: hue angle of 190º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #091315 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 19 | 21 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.92 |
| HSL | 190º | 0.4% | 0.06% | - |
| HSV(B) | 190º | 0.57% | 0.08% | - |
| XYZ | 0.48 | 0.58 | 0.8 | - |
| YUV | 16.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 21 | 0.57 | 0.10 | 0 | 0.92 | 190 | 0.4 | 0.06 |
| Hex | 9 | 13 | 15 | 39 | A | 0 | 5C | BE | 28 | 6 |
| Octal | 11 | 23 | 25 | 71 | 12 | 0 | 134 | 276 | 50 | 6 |
| Binary | 1001 | 10011 | 10101 | 111001 | 1010 | 0 | 1011100 | 10111110 | 101000 | 110 |
Color Harmonies of #091315
Complementary color
Monochromatic Colors of #091315
Black with #091315
Text Example
Text Example
White with #091315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091315; }
p { color: rgb(9,19,21); }
H1.HeaderClassName
{
color: #091315;
}
.AnyTagClassName
{
color: #091315;
}
</style>
background-color css
<style>
a { background-color: #091315; }
a { background-color: rgb(9,19,21); }
div.DivClassName
{
background-color: #091315;
}
.BgClassName
{
background-color: #091315;
}
</style>
border-color css
<style>
span { border-color: #091315; }
span { border-color: rgb(9,19,21); }
td.TdClassName
{
border-color: #091315;
}
.TagClassName
{
border-color: #091315;
}
</style>