Shades of Black Pearl #0F1519
Tints of Black Pearl #0F1519
RGB
CMYK
RGB Variations
Color information
#0F1519 (or 0x0F1519) is known color: Black Pearl. HEX triplet: 0F, 15 and 19. RGB value is (15,21,25). Sum of RGB (Red+Green+Blue) = 15+21+25=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F1519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1519 is #F0EAE6. Grayscale: #131313. Windows color (decimal): -15788775 or 1643791. OLE color: 1643791.
HSL color Cylindrical-coordinate representation of color #0F1519: hue angle of 204º 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 #0F1519 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 21 | 25 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.90 |
| HSL | 204º | 0.25% | 0.08% | - |
| HSV(B) | 204º | 0.4% | 0.1% | - |
| XYZ | 0.64 | 0.71 | 1.02 | - |
| YUV | 19.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 25 | 0.40 | 0.16 | 0 | 0.90 | 204 | 0.25 | 0.08 |
| Hex | F | 15 | 19 | 28 | 10 | 0 | 5A | CC | 19 | 8 |
| Octal | 17 | 25 | 31 | 50 | 20 | 0 | 132 | 314 | 31 | 10 |
| Binary | 1111 | 10101 | 11001 | 101000 | 10000 | 0 | 1011010 | 11001100 | 11001 | 1000 |
Color Harmonies of #0F1519
Complementary color
Monochromatic Colors of #0F1519
Black with #0F1519
Text Example
Text Example
White with #0F1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1519; }
p { color: rgb(15,21,25); }
H1.HeaderClassName
{
color: #0F1519;
}
.AnyTagClassName
{
color: #0F1519;
}
</style>
background-color css
<style>
a { background-color: #0F1519; }
a { background-color: rgb(15,21,25); }
div.DivClassName
{
background-color: #0F1519;
}
.BgClassName
{
background-color: #0F1519;
}
</style>
border-color css
<style>
span { border-color: #0F1519; }
span { border-color: rgb(15,21,25); }
td.TdClassName
{
border-color: #0F1519;
}
.TagClassName
{
border-color: #0F1519;
}
</style>