Shades of Black Pearl #0F191C
Tints of Black Pearl #0F191C
RGB
CMYK
RGB Variations
Color information
#0F191C (or 0x0F191C) is known color: Black Pearl. HEX triplet: 0F, 19 and 1C. RGB value is (15,25,28). Sum of RGB (Red+Green+Blue) = 15+25+28=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F191C is #F0E6E3. Grayscale: #161616. Windows color (decimal): -15787748 or 1841423. OLE color: 1841423.
HSL color Cylindrical-coordinate representation of color #0F191C: hue angle of 193.85º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F191C is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 25 | 28 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.89 |
| HSL | 193.85º | 0.3% | 0.08% | - |
| HSV(B) | 193.85º | 0.46% | 0.11% | - |
| XYZ | 0.75 | 0.88 | 1.23 | - |
| YUV | 22.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 28 | 0.46 | 0.11 | 0 | 0.89 | 193.85 | 0.3 | 0.08 |
| Hex | F | 19 | 1C | 2E | B | 0 | 59 | C2 | 1E | 8 |
| Octal | 17 | 31 | 34 | 56 | 13 | 0 | 131 | 302 | 36 | 10 |
| Binary | 1111 | 11001 | 11100 | 101110 | 1011 | 0 | 1011001 | 11000010 | 11110 | 1000 |
Color Harmonies of #0F191C
Complementary color
Monochromatic Colors of #0F191C
Black with #0F191C
Text Example
Text Example
White with #0F191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F191C; }
p { color: rgb(15,25,28); }
H1.HeaderClassName
{
color: #0F191C;
}
.AnyTagClassName
{
color: #0F191C;
}
</style>
background-color css
<style>
a { background-color: #0F191C; }
a { background-color: rgb(15,25,28); }
div.DivClassName
{
background-color: #0F191C;
}
.BgClassName
{
background-color: #0F191C;
}
</style>
border-color css
<style>
span { border-color: #0F191C; }
span { border-color: rgb(15,25,28); }
td.TdClassName
{
border-color: #0F191C;
}
.TagClassName
{
border-color: #0F191C;
}
</style>