Shades of Black Pearl #0F1619
Tints of Black Pearl #0F1619
RGB
CMYK
RGB Variations
Color information
#0F1619 (or 0x0F1619) is known color: Black Pearl. HEX triplet: 0F, 16 and 19. RGB value is (15,22,25). Sum of RGB (Red+Green+Blue) = 15+22+25=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F1619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1619 is #F0E9E6. Grayscale: #141414. Windows color (decimal): -15788519 or 1644047. OLE color: 1644047.
HSL color Cylindrical-coordinate representation of color #0F1619: hue angle of 198º 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 #0F1619 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 22 | 25 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.90 |
| HSL | 198º | 0.25% | 0.08% | - |
| HSV(B) | 198º | 0.4% | 0.1% | - |
| XYZ | 0.66 | 0.75 | 1.03 | - |
| YUV | 20.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 25 | 0.40 | 0.12 | 0 | 0.90 | 198 | 0.25 | 0.08 |
| Hex | F | 16 | 19 | 28 | C | 0 | 5A | C6 | 19 | 8 |
| Octal | 17 | 26 | 31 | 50 | 14 | 0 | 132 | 306 | 31 | 10 |
| Binary | 1111 | 10110 | 11001 | 101000 | 1100 | 0 | 1011010 | 11000110 | 11001 | 1000 |
Color Harmonies of #0F1619
Complementary color
Monochromatic Colors of #0F1619
Black with #0F1619
Text Example
Text Example
White with #0F1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1619; }
p { color: rgb(15,22,25); }
H1.HeaderClassName
{
color: #0F1619;
}
.AnyTagClassName
{
color: #0F1619;
}
</style>
background-color css
<style>
a { background-color: #0F1619; }
a { background-color: rgb(15,22,25); }
div.DivClassName
{
background-color: #0F1619;
}
.BgClassName
{
background-color: #0F1619;
}
</style>
border-color css
<style>
span { border-color: #0F1619; }
span { border-color: rgb(15,22,25); }
td.TdClassName
{
border-color: #0F1619;
}
.TagClassName
{
border-color: #0F1619;
}
</style>