Shades of Black Pearl #090E15
Tints of Black Pearl #090E15
RGB
CMYK
RGB Variations
Color information
#090E15 (or 0x090E15) is known color: Black Pearl. HEX triplet: 09, 0E and 15. RGB value is (9,14,21). Sum of RGB (Red+Green+Blue) = 9+14+21=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #090E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E15 is #F6F1EA. Grayscale: #0D0D0D. Windows color (decimal): -16183787 or 1379849. OLE color: 1379849.
HSL color Cylindrical-coordinate representation of color #090E15: hue angle of 215º 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 #090E15 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 14 | 21 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.92 |
| HSL | 215º | 0.4% | 0.06% | - |
| HSV(B) | 215º | 0.57% | 0.08% | - |
| XYZ | 0.41 | 0.43 | 0.77 | - |
| YUV | 13.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 21 | 0.57 | 0.33 | 0 | 0.92 | 215 | 0.4 | 0.06 |
| Hex | 9 | E | 15 | 39 | 21 | 0 | 5C | D7 | 28 | 6 |
| Octal | 11 | 16 | 25 | 71 | 41 | 0 | 134 | 327 | 50 | 6 |
| Binary | 1001 | 1110 | 10101 | 111001 | 100001 | 0 | 1011100 | 11010111 | 101000 | 110 |
Color Harmonies of #090E15
Complementary color
Monochromatic Colors of #090E15
Black with #090E15
Text Example
Text Example
White with #090E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E15; }
p { color: rgb(9,14,21); }
H1.HeaderClassName
{
color: #090E15;
}
.AnyTagClassName
{
color: #090E15;
}
</style>
background-color css
<style>
a { background-color: #090E15; }
a { background-color: rgb(9,14,21); }
div.DivClassName
{
background-color: #090E15;
}
.BgClassName
{
background-color: #090E15;
}
</style>
border-color css
<style>
span { border-color: #090E15; }
span { border-color: rgb(9,14,21); }
td.TdClassName
{
border-color: #090E15;
}
.TagClassName
{
border-color: #090E15;
}
</style>