Shades of Black Pearl #0F1215
Tints of Black Pearl #0F1215
RGB
CMYK
RGB Variations
Color information
#0F1215 (or 0x0F1215) is known color: Black Pearl. HEX triplet: 0F, 12 and 15. RGB value is (15,18,21). Sum of RGB (Red+Green+Blue) = 15+18+21=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F1215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1215 is #F0EDEA. Grayscale: #111111. Windows color (decimal): -15789547 or 1380879. OLE color: 1380879.
HSL color Cylindrical-coordinate representation of color #0F1215: hue angle of 210º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0F1215 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 18 | 21 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.92 |
| HSL | 210º | 0.17% | 0.07% | - |
| HSV(B) | 210º | 0.29% | 0.08% | - |
| XYZ | 0.55 | 0.59 | 0.79 | - |
| YUV | 17.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 21 | 0.29 | 0.14 | 0 | 0.92 | 210 | 0.17 | 0.07 |
| Hex | F | 12 | 15 | 1D | E | 0 | 5C | D2 | 11 | 7 |
| Octal | 17 | 22 | 25 | 35 | 16 | 0 | 134 | 322 | 21 | 7 |
| Binary | 1111 | 10010 | 10101 | 11101 | 1110 | 0 | 1011100 | 11010010 | 10001 | 111 |
Color Harmonies of #0F1215
Complementary color
Monochromatic Colors of #0F1215
Black with #0F1215
Text Example
Text Example
White with #0F1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1215; }
p { color: rgb(15,18,21); }
H1.HeaderClassName
{
color: #0F1215;
}
.AnyTagClassName
{
color: #0F1215;
}
</style>
background-color css
<style>
a { background-color: #0F1215; }
a { background-color: rgb(15,18,21); }
div.DivClassName
{
background-color: #0F1215;
}
.BgClassName
{
background-color: #0F1215;
}
</style>
border-color css
<style>
span { border-color: #0F1215; }
span { border-color: rgb(15,18,21); }
td.TdClassName
{
border-color: #0F1215;
}
.TagClassName
{
border-color: #0F1215;
}
</style>