Shades of Black Pearl #0F1B1E
Tints of Black Pearl #0F1B1E
RGB
CMYK
RGB Variations
Color information
#0F1B1E (or 0x0F1B1E) is known color: Black Pearl. HEX triplet: 0F, 1B and 1E. RGB value is (15,27,30). Sum of RGB (Red+Green+Blue) = 15+27+30=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F1B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B1E is #F0E4E1. Grayscale: #171717. Windows color (decimal): -15787234 or 1973007. OLE color: 1973007.
HSL color Cylindrical-coordinate representation of color #0F1B1E: hue angle of 192º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F1B1E is Cyan = 0.5, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 27 | 30 | - |
| CMYK | 0.5 | 0.10 | 0 | 0.88 |
| HSL | 192º | 0.33% | 0.09% | - |
| HSV(B) | 192º | 0.5% | 0.12% | - |
| XYZ | 0.82 | 0.98 | 1.37 | - |
| YUV | 23.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 30 | 0.5 | 0.10 | 0 | 0.88 | 192 | 0.33 | 0.09 |
| Hex | F | 1B | 1E | 32 | A | 0 | 58 | C0 | 21 | 9 |
| Octal | 17 | 33 | 36 | 62 | 12 | 0 | 130 | 300 | 41 | 11 |
| Binary | 1111 | 11011 | 11110 | 110010 | 1010 | 0 | 1011000 | 11000000 | 100001 | 1001 |
Color Harmonies of #0F1B1E
Complementary color
Monochromatic Colors of #0F1B1E
Black with #0F1B1E
Text Example
Text Example
White with #0F1B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1B1E; }
p { color: rgb(15,27,30); }
H1.HeaderClassName
{
color: #0F1B1E;
}
.AnyTagClassName
{
color: #0F1B1E;
}
</style>
background-color css
<style>
a { background-color: #0F1B1E; }
a { background-color: rgb(15,27,30); }
div.DivClassName
{
background-color: #0F1B1E;
}
.BgClassName
{
background-color: #0F1B1E;
}
</style>
border-color css
<style>
span { border-color: #0F1B1E; }
span { border-color: rgb(15,27,30); }
td.TdClassName
{
border-color: #0F1B1E;
}
.TagClassName
{
border-color: #0F1B1E;
}
</style>