Shades of Black Pearl #0F1719
Tints of Black Pearl #0F1719
RGB
CMYK
RGB Variations
Color information
#0F1719 (or 0x0F1719) is known color: Black Pearl. HEX triplet: 0F, 17 and 19. RGB value is (15,23,25). Sum of RGB (Red+Green+Blue) = 15+23+25=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F1719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1719 is #F0E8E6. Grayscale: #141414. Windows color (decimal): -15788263 or 1644303. OLE color: 1644303.
HSL color Cylindrical-coordinate representation of color #0F1719: hue angle of 192º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1719 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 23 | 25 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.90 |
| HSL | 192º | 0.25% | 0.08% | - |
| HSV(B) | 192º | 0.4% | 0.1% | - |
| XYZ | 0.68 | 0.78 | 1.04 | - |
| YUV | 20.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 25 | 0.40 | 0.08 | 0 | 0.90 | 192 | 0.25 | 0.08 |
| Hex | F | 17 | 19 | 28 | 8 | 0 | 5A | C0 | 19 | 8 |
| Octal | 17 | 27 | 31 | 50 | 10 | 0 | 132 | 300 | 31 | 10 |
| Binary | 1111 | 10111 | 11001 | 101000 | 1000 | 0 | 1011010 | 11000000 | 11001 | 1000 |
Color Harmonies of #0F1719
Complementary color
Monochromatic Colors of #0F1719
Black with #0F1719
Text Example
Text Example
White with #0F1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1719; }
p { color: rgb(15,23,25); }
H1.HeaderClassName
{
color: #0F1719;
}
.AnyTagClassName
{
color: #0F1719;
}
</style>
background-color css
<style>
a { background-color: #0F1719; }
a { background-color: rgb(15,23,25); }
div.DivClassName
{
background-color: #0F1719;
}
.BgClassName
{
background-color: #0F1719;
}
</style>
border-color css
<style>
span { border-color: #0F1719; }
span { border-color: rgb(15,23,25); }
td.TdClassName
{
border-color: #0F1719;
}
.TagClassName
{
border-color: #0F1719;
}
</style>