Shades of Black Pearl #090F14
Tints of Black Pearl #090F14
RGB
CMYK
RGB Variations
Color information
#090F14 (or 0x090F14) is known color: Black Pearl. HEX triplet: 09, 0F and 14. RGB value is (9,15,20). Sum of RGB (Red+Green+Blue) = 9+15+20=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #090F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F14 is #F6F0EB. Grayscale: #0D0D0D. Windows color (decimal): -16183532 or 1314569. OLE color: 1314569.
HSL color Cylindrical-coordinate representation of color #090F14: hue angle of 207.27º 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 #090F14 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 15 | 20 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.92 |
| HSL | 207.27º | 0.38% | 0.06% | - |
| HSV(B) | 207.27º | 0.55% | 0.08% | - |
| XYZ | 0.41 | 0.45 | 0.73 | - |
| YUV | 13.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 20 | 0.55 | 0.25 | 0 | 0.92 | 207.27 | 0.38 | 0.06 |
| Hex | 9 | F | 14 | 37 | 19 | 0 | 5C | CF | 26 | 6 |
| Octal | 11 | 17 | 24 | 67 | 31 | 0 | 134 | 317 | 46 | 6 |
| Binary | 1001 | 1111 | 10100 | 110111 | 11001 | 0 | 1011100 | 11001111 | 100110 | 110 |
Color Harmonies of #090F14
Complementary color
Monochromatic Colors of #090F14
Black with #090F14
Text Example
Text Example
White with #090F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F14; }
p { color: rgb(9,15,20); }
H1.HeaderClassName
{
color: #090F14;
}
.AnyTagClassName
{
color: #090F14;
}
</style>
background-color css
<style>
a { background-color: #090F14; }
a { background-color: rgb(9,15,20); }
div.DivClassName
{
background-color: #090F14;
}
.BgClassName
{
background-color: #090F14;
}
</style>
border-color css
<style>
span { border-color: #090F14; }
span { border-color: rgb(9,15,20); }
td.TdClassName
{
border-color: #090F14;
}
.TagClassName
{
border-color: #090F14;
}
</style>