Shades of Black Pearl #0F1114
Tints of Black Pearl #0F1114
RGB
CMYK
RGB Variations
Color information
#0F1114 (or 0x0F1114) is known color: Black Pearl. HEX triplet: 0F, 11 and 14. RGB value is (15,17,20). Sum of RGB (Red+Green+Blue) = 15+17+20=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F1114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1114 is #F0EEEB. Grayscale: #101010. Windows color (decimal): -15789804 or 1315087. OLE color: 1315087.
HSL color Cylindrical-coordinate representation of color #0F1114: hue angle of 216º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0F1114 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 17 | 20 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.92 |
| HSL | 216º | 0.14% | 0.07% | - |
| HSV(B) | 216º | 0.25% | 0.08% | - |
| XYZ | 0.52 | 0.55 | 0.74 | - |
| YUV | 16.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 20 | 0.25 | 0.15 | 0 | 0.92 | 216 | 0.14 | 0.07 |
| Hex | F | 11 | 14 | 19 | F | 0 | 5C | D8 | E | 7 |
| Octal | 17 | 21 | 24 | 31 | 17 | 0 | 134 | 330 | 16 | 7 |
| Binary | 1111 | 10001 | 10100 | 11001 | 1111 | 0 | 1011100 | 11011000 | 1110 | 111 |
Color Harmonies of #0F1114
Complementary color
Monochromatic Colors of #0F1114
Black with #0F1114
Text Example
Text Example
White with #0F1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1114; }
p { color: rgb(15,17,20); }
H1.HeaderClassName
{
color: #0F1114;
}
.AnyTagClassName
{
color: #0F1114;
}
</style>
background-color css
<style>
a { background-color: #0F1114; }
a { background-color: rgb(15,17,20); }
div.DivClassName
{
background-color: #0F1114;
}
.BgClassName
{
background-color: #0F1114;
}
</style>
border-color css
<style>
span { border-color: #0F1114; }
span { border-color: rgb(15,17,20); }
td.TdClassName
{
border-color: #0F1114;
}
.TagClassName
{
border-color: #0F1114;
}
</style>