Shades of Black Pearl #090E16
Tints of Black Pearl #090E16
RGB
CMYK
RGB Variations
Color information
#090E16 (or 0x090E16) is known color: Black Pearl. HEX triplet: 09, 0E and 16. RGB value is (9,14,22). Sum of RGB (Red+Green+Blue) = 9+14+22=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #090E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E16 is #F6F1E9. Grayscale: #0D0D0D. Windows color (decimal): -16183786 or 1445385. OLE color: 1445385.
HSL color Cylindrical-coordinate representation of color #090E16: hue angle of 216.92º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #090E16 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 14 | 22 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.91 |
| HSL | 216.92º | 0.42% | 0.06% | - |
| HSV(B) | 216.92º | 0.59% | 0.09% | - |
| XYZ | 0.41 | 0.43 | 0.82 | - |
| YUV | 13.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 22 | 0.59 | 0.36 | 0 | 0.91 | 216.92 | 0.42 | 0.06 |
| Hex | 9 | E | 16 | 3B | 24 | 0 | 5B | D9 | 2A | 6 |
| Octal | 11 | 16 | 26 | 73 | 44 | 0 | 133 | 331 | 52 | 6 |
| Binary | 1001 | 1110 | 10110 | 111011 | 100100 | 0 | 1011011 | 11011001 | 101010 | 110 |
Color Harmonies of #090E16
Complementary color
Monochromatic Colors of #090E16
Black with #090E16
Text Example
Text Example
White with #090E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E16; }
p { color: rgb(9,14,22); }
H1.HeaderClassName
{
color: #090E16;
}
.AnyTagClassName
{
color: #090E16;
}
</style>
background-color css
<style>
a { background-color: #090E16; }
a { background-color: rgb(9,14,22); }
div.DivClassName
{
background-color: #090E16;
}
.BgClassName
{
background-color: #090E16;
}
</style>
border-color css
<style>
span { border-color: #090E16; }
span { border-color: rgb(9,14,22); }
td.TdClassName
{
border-color: #090E16;
}
.TagClassName
{
border-color: #090E16;
}
</style>