Shades of Black Pearl #091015
Tints of Black Pearl #091015
RGB
CMYK
RGB Variations
Color information
#091015 (or 0x091015) is known color: Black Pearl. HEX triplet: 09, 10 and 15. RGB value is (9,16,21). Sum of RGB (Red+Green+Blue) = 9+16+21=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #091015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091015 is #F6EFEA. Grayscale: #0E0E0E. Windows color (decimal): -16183275 or 1380361. OLE color: 1380361.
HSL color Cylindrical-coordinate representation of color #091015: hue angle of 205º 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 #091015 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 16 | 21 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.92 |
| HSL | 205º | 0.4% | 0.06% | - |
| HSV(B) | 205º | 0.57% | 0.08% | - |
| XYZ | 0.43 | 0.48 | 0.78 | - |
| YUV | 14.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 21 | 0.57 | 0.24 | 0 | 0.92 | 205 | 0.4 | 0.06 |
| Hex | 9 | 10 | 15 | 39 | 18 | 0 | 5C | CD | 28 | 6 |
| Octal | 11 | 20 | 25 | 71 | 30 | 0 | 134 | 315 | 50 | 6 |
| Binary | 1001 | 10000 | 10101 | 111001 | 11000 | 0 | 1011100 | 11001101 | 101000 | 110 |
Color Harmonies of #091015
Complementary color
Monochromatic Colors of #091015
Black with #091015
Text Example
Text Example
White with #091015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091015; }
p { color: rgb(9,16,21); }
H1.HeaderClassName
{
color: #091015;
}
.AnyTagClassName
{
color: #091015;
}
</style>
background-color css
<style>
a { background-color: #091015; }
a { background-color: rgb(9,16,21); }
div.DivClassName
{
background-color: #091015;
}
.BgClassName
{
background-color: #091015;
}
</style>
border-color css
<style>
span { border-color: #091015; }
span { border-color: rgb(9,16,21); }
td.TdClassName
{
border-color: #091015;
}
.TagClassName
{
border-color: #091015;
}
</style>