Shades of Black Pearl #090E14
Tints of Black Pearl #090E14
RGB
CMYK
RGB Variations
Color information
#090E14 (or 0x090E14) is known color: Black Pearl. HEX triplet: 09, 0E and 14. RGB value is (9,14,20). Sum of RGB (Red+Green+Blue) = 9+14+20=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #090E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E14 is #F6F1EB. Grayscale: #0D0D0D. Windows color (decimal): -16183788 or 1314313. OLE color: 1314313.
HSL color Cylindrical-coordinate representation of color #090E14: hue angle of 212.73º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #090E14 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 14 | 20 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.92 |
| HSL | 212.73º | 0.38% | 0.06% | - |
| HSV(B) | 212.73º | 0.55% | 0.08% | - |
| XYZ | 0.4 | 0.42 | 0.72 | - |
| YUV | 13.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 20 | 0.55 | 0.30 | 0 | 0.92 | 212.73 | 0.38 | 0.06 |
| Hex | 9 | E | 14 | 37 | 1E | 0 | 5C | D5 | 26 | 6 |
| Octal | 11 | 16 | 24 | 67 | 36 | 0 | 134 | 325 | 46 | 6 |
| Binary | 1001 | 1110 | 10100 | 110111 | 11110 | 0 | 1011100 | 11010101 | 100110 | 110 |
Color Harmonies of #090E14
Complementary color
Monochromatic Colors of #090E14
Black with #090E14
Text Example
Text Example
White with #090E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E14; }
p { color: rgb(9,14,20); }
H1.HeaderClassName
{
color: #090E14;
}
.AnyTagClassName
{
color: #090E14;
}
</style>
background-color css
<style>
a { background-color: #090E14; }
a { background-color: rgb(9,14,20); }
div.DivClassName
{
background-color: #090E14;
}
.BgClassName
{
background-color: #090E14;
}
</style>
border-color css
<style>
span { border-color: #090E14; }
span { border-color: rgb(9,14,20); }
td.TdClassName
{
border-color: #090E14;
}
.TagClassName
{
border-color: #090E14;
}
</style>