Shades of Black Pearl #0F1618
Tints of Black Pearl #0F1618
RGB
CMYK
RGB Variations
Color information
#0F1618 (or 0x0F1618) is known color: Black Pearl. HEX triplet: 0F, 16 and 18. RGB value is (15,22,24). Sum of RGB (Red+Green+Blue) = 15+22+24=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F1618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1618 is #F0E9E7. Grayscale: #141414. Windows color (decimal): -15788520 or 1578511. OLE color: 1578511.
HSL color Cylindrical-coordinate representation of color #0F1618: hue angle of 193.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1618 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 22 | 24 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.91 |
| HSL | 193.33º | 0.23% | 0.08% | - |
| HSV(B) | 193.33º | 0.38% | 0.09% | - |
| XYZ | 0.65 | 0.74 | 0.97 | - |
| YUV | 20.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 24 | 0.37 | 0.08 | 0 | 0.91 | 193.33 | 0.23 | 0.08 |
| Hex | F | 16 | 18 | 25 | 8 | 0 | 5B | C1 | 17 | 8 |
| Octal | 17 | 26 | 30 | 45 | 10 | 0 | 133 | 301 | 27 | 10 |
| Binary | 1111 | 10110 | 11000 | 100101 | 1000 | 0 | 1011011 | 11000001 | 10111 | 1000 |
Color Harmonies of #0F1618
Complementary color
Monochromatic Colors of #0F1618
Black with #0F1618
Text Example
Text Example
White with #0F1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1618; }
p { color: rgb(15,22,24); }
H1.HeaderClassName
{
color: #0F1618;
}
.AnyTagClassName
{
color: #0F1618;
}
</style>
background-color css
<style>
a { background-color: #0F1618; }
a { background-color: rgb(15,22,24); }
div.DivClassName
{
background-color: #0F1618;
}
.BgClassName
{
background-color: #0F1618;
}
</style>
border-color css
<style>
span { border-color: #0F1618; }
span { border-color: rgb(15,22,24); }
td.TdClassName
{
border-color: #0F1618;
}
.TagClassName
{
border-color: #0F1618;
}
</style>