Shades of Black Pearl #0F181F
Tints of Black Pearl #0F181F
RGB
CMYK
RGB Variations
Color information
#0F181F (or 0x0F181F) is known color: Black Pearl. HEX triplet: 0F, 18 and 1F. RGB value is (15,24,31). Sum of RGB (Red+Green+Blue) = 15+24+31=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F181F is #F0E7E0. Grayscale: #161616. Windows color (decimal): -15788001 or 2037775. OLE color: 2037775.
HSL color Cylindrical-coordinate representation of color #0F181F: hue angle of 206.25º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F181F is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 24 | 31 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.88 |
| HSL | 206.25º | 0.35% | 0.09% | - |
| HSV(B) | 206.25º | 0.52% | 0.12% | - |
| XYZ | 0.77 | 0.85 | 1.42 | - |
| YUV | 22.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 31 | 0.52 | 0.23 | 0 | 0.88 | 206.25 | 0.35 | 0.09 |
| Hex | F | 18 | 1F | 34 | 17 | 0 | 58 | CE | 23 | 9 |
| Octal | 17 | 30 | 37 | 64 | 27 | 0 | 130 | 316 | 43 | 11 |
| Binary | 1111 | 11000 | 11111 | 110100 | 10111 | 0 | 1011000 | 11001110 | 100011 | 1001 |
Color Harmonies of #0F181F
Complementary color
Monochromatic Colors of #0F181F
Black with #0F181F
Text Example
Text Example
White with #0F181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F181F; }
p { color: rgb(15,24,31); }
H1.HeaderClassName
{
color: #0F181F;
}
.AnyTagClassName
{
color: #0F181F;
}
</style>
background-color css
<style>
a { background-color: #0F181F; }
a { background-color: rgb(15,24,31); }
div.DivClassName
{
background-color: #0F181F;
}
.BgClassName
{
background-color: #0F181F;
}
</style>
border-color css
<style>
span { border-color: #0F181F; }
span { border-color: rgb(15,24,31); }
td.TdClassName
{
border-color: #0F181F;
}
.TagClassName
{
border-color: #0F181F;
}
</style>