Shades of Black Pearl #0F161C
Tints of Black Pearl #0F161C
RGB
CMYK
RGB Variations
Color information
#0F161C (or 0x0F161C) is known color: Black Pearl. HEX triplet: 0F, 16 and 1C. RGB value is (15,22,28). Sum of RGB (Red+Green+Blue) = 15+22+28=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F161C is #F0E9E3. Grayscale: #141414. Windows color (decimal): -15788516 or 1840655. OLE color: 1840655.
HSL color Cylindrical-coordinate representation of color #0F161C: hue angle of 207.69º 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 #0F161C is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 22 | 28 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.89 |
| HSL | 207.69º | 0.3% | 0.08% | - |
| HSV(B) | 207.69º | 0.46% | 0.11% | - |
| XYZ | 0.69 | 0.76 | 1.21 | - |
| YUV | 20.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 28 | 0.46 | 0.21 | 0 | 0.89 | 207.69 | 0.3 | 0.08 |
| Hex | F | 16 | 1C | 2E | 15 | 0 | 59 | D0 | 1E | 8 |
| Octal | 17 | 26 | 34 | 56 | 25 | 0 | 131 | 320 | 36 | 10 |
| Binary | 1111 | 10110 | 11100 | 101110 | 10101 | 0 | 1011001 | 11010000 | 11110 | 1000 |
Color Harmonies of #0F161C
Complementary color
Monochromatic Colors of #0F161C
Black with #0F161C
Text Example
Text Example
White with #0F161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F161C; }
p { color: rgb(15,22,28); }
H1.HeaderClassName
{
color: #0F161C;
}
.AnyTagClassName
{
color: #0F161C;
}
</style>
background-color css
<style>
a { background-color: #0F161C; }
a { background-color: rgb(15,22,28); }
div.DivClassName
{
background-color: #0F161C;
}
.BgClassName
{
background-color: #0F161C;
}
</style>
border-color css
<style>
span { border-color: #0F161C; }
span { border-color: rgb(15,22,28); }
td.TdClassName
{
border-color: #0F161C;
}
.TagClassName
{
border-color: #0F161C;
}
</style>