Shades of Black Pearl #0F1819
Tints of Black Pearl #0F1819
RGB
CMYK
RGB Variations
Color information
#0F1819 (or 0x0F1819) is known color: Black Pearl. HEX triplet: 0F, 18 and 19. RGB value is (15,24,25). Sum of RGB (Red+Green+Blue) = 15+24+25=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F1819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1819 is #F0E7E6. Grayscale: #151515. Windows color (decimal): -15788007 or 1644559. OLE color: 1644559.
HSL color Cylindrical-coordinate representation of color #0F1819: hue angle of 186º 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 #0F1819 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 24 | 25 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.90 |
| HSL | 186º | 0.25% | 0.08% | - |
| HSV(B) | 186º | 0.4% | 0.1% | - |
| XYZ | 0.7 | 0.83 | 1.04 | - |
| YUV | 21.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 25 | 0.40 | 0.04 | 0 | 0.90 | 186 | 0.25 | 0.08 |
| Hex | F | 18 | 19 | 28 | 4 | 0 | 5A | BA | 19 | 8 |
| Octal | 17 | 30 | 31 | 50 | 4 | 0 | 132 | 272 | 31 | 10 |
| Binary | 1111 | 11000 | 11001 | 101000 | 100 | 0 | 1011010 | 10111010 | 11001 | 1000 |
Color Harmonies of #0F1819
Complementary color
Monochromatic Colors of #0F1819
Black with #0F1819
Text Example
Text Example
White with #0F1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1819; }
p { color: rgb(15,24,25); }
H1.HeaderClassName
{
color: #0F1819;
}
.AnyTagClassName
{
color: #0F1819;
}
</style>
background-color css
<style>
a { background-color: #0F1819; }
a { background-color: rgb(15,24,25); }
div.DivClassName
{
background-color: #0F1819;
}
.BgClassName
{
background-color: #0F1819;
}
</style>
border-color css
<style>
span { border-color: #0F1819; }
span { border-color: rgb(15,24,25); }
td.TdClassName
{
border-color: #0F1819;
}
.TagClassName
{
border-color: #0F1819;
}
</style>