Shades of Black Pearl #0F1B1F
Tints of Black Pearl #0F1B1F
RGB
CMYK
RGB Variations
Color information
#0F1B1F (or 0x0F1B1F) is known color: Black Pearl. HEX triplet: 0F, 1B and 1F. RGB value is (15,27,31). Sum of RGB (Red+Green+Blue) = 15+27+31=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F1B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B1F is #F0E4E0. Grayscale: #171717. Windows color (decimal): -15787233 or 2038543. OLE color: 2038543.
HSL color Cylindrical-coordinate representation of color #0F1B1F: hue angle of 195º 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 #0F1B1F is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 27 | 31 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.88 |
| HSL | 195º | 0.35% | 0.09% | - |
| HSV(B) | 195º | 0.52% | 0.12% | - |
| XYZ | 0.84 | 0.98 | 1.44 | - |
| YUV | 23.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 31 | 0.52 | 0.13 | 0 | 0.88 | 195 | 0.35 | 0.09 |
| Hex | F | 1B | 1F | 34 | D | 0 | 58 | C3 | 23 | 9 |
| Octal | 17 | 33 | 37 | 64 | 15 | 0 | 130 | 303 | 43 | 11 |
| Binary | 1111 | 11011 | 11111 | 110100 | 1101 | 0 | 1011000 | 11000011 | 100011 | 1001 |
Color Harmonies of #0F1B1F
Complementary color
Monochromatic Colors of #0F1B1F
Black with #0F1B1F
Text Example
Text Example
White with #0F1B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1B1F; }
p { color: rgb(15,27,31); }
H1.HeaderClassName
{
color: #0F1B1F;
}
.AnyTagClassName
{
color: #0F1B1F;
}
</style>
background-color css
<style>
a { background-color: #0F1B1F; }
a { background-color: rgb(15,27,31); }
div.DivClassName
{
background-color: #0F1B1F;
}
.BgClassName
{
background-color: #0F1B1F;
}
</style>
border-color css
<style>
span { border-color: #0F1B1F; }
span { border-color: rgb(15,27,31); }
td.TdClassName
{
border-color: #0F1B1F;
}
.TagClassName
{
border-color: #0F1B1F;
}
</style>