Shades of Black Pearl #0F171C
Tints of Black Pearl #0F171C
RGB
CMYK
RGB Variations
Color information
#0F171C (or 0x0F171C) is known color: Black Pearl. HEX triplet: 0F, 17 and 1C. RGB value is (15,23,28). Sum of RGB (Red+Green+Blue) = 15+23+28=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F171C is #F0E8E3. Grayscale: #151515. Windows color (decimal): -15788260 or 1840911. OLE color: 1840911.
HSL color Cylindrical-coordinate representation of color #0F171C: hue angle of 203.08º 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 #0F171C is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 23 | 28 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.89 |
| HSL | 203.08º | 0.3% | 0.08% | - |
| HSV(B) | 203.08º | 0.46% | 0.11% | - |
| XYZ | 0.71 | 0.8 | 1.22 | - |
| YUV | 21.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 28 | 0.46 | 0.18 | 0 | 0.89 | 203.08 | 0.3 | 0.08 |
| Hex | F | 17 | 1C | 2E | 12 | 0 | 59 | CB | 1E | 8 |
| Octal | 17 | 27 | 34 | 56 | 22 | 0 | 131 | 313 | 36 | 10 |
| Binary | 1111 | 10111 | 11100 | 101110 | 10010 | 0 | 1011001 | 11001011 | 11110 | 1000 |
Color Harmonies of #0F171C
Complementary color
Monochromatic Colors of #0F171C
Black with #0F171C
Text Example
Text Example
White with #0F171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F171C; }
p { color: rgb(15,23,28); }
H1.HeaderClassName
{
color: #0F171C;
}
.AnyTagClassName
{
color: #0F171C;
}
</style>
background-color css
<style>
a { background-color: #0F171C; }
a { background-color: rgb(15,23,28); }
div.DivClassName
{
background-color: #0F171C;
}
.BgClassName
{
background-color: #0F171C;
}
</style>
border-color css
<style>
span { border-color: #0F171C; }
span { border-color: rgb(15,23,28); }
td.TdClassName
{
border-color: #0F171C;
}
.TagClassName
{
border-color: #0F171C;
}
</style>