Shades of Black Pearl #0F1A1D
Tints of Black Pearl #0F1A1D
RGB
CMYK
RGB Variations
Color information
#0F1A1D (or 0x0F1A1D) is known color: Black Pearl. HEX triplet: 0F, 1A and 1D. RGB value is (15,26,29). Sum of RGB (Red+Green+Blue) = 15+26+29=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F1A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A1D is #F0E5E2. Grayscale: #171717. Windows color (decimal): -15787491 or 1907215. OLE color: 1907215.
HSL color Cylindrical-coordinate representation of color #0F1A1D: hue angle of 192.86º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F1A1D is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 26 | 29 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.89 |
| HSL | 192.86º | 0.32% | 0.09% | - |
| HSV(B) | 192.86º | 0.48% | 0.11% | - |
| XYZ | 0.79 | 0.93 | 1.3 | - |
| YUV | 23.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 29 | 0.48 | 0.10 | 0 | 0.89 | 192.86 | 0.32 | 0.09 |
| Hex | F | 1A | 1D | 30 | A | 0 | 59 | C1 | 20 | 9 |
| Octal | 17 | 32 | 35 | 60 | 12 | 0 | 131 | 301 | 40 | 11 |
| Binary | 1111 | 11010 | 11101 | 110000 | 1010 | 0 | 1011001 | 11000001 | 100000 | 1001 |
Color Harmonies of #0F1A1D
Complementary color
Monochromatic Colors of #0F1A1D
Black with #0F1A1D
Text Example
Text Example
White with #0F1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A1D; }
p { color: rgb(15,26,29); }
H1.HeaderClassName
{
color: #0F1A1D;
}
.AnyTagClassName
{
color: #0F1A1D;
}
</style>
background-color css
<style>
a { background-color: #0F1A1D; }
a { background-color: rgb(15,26,29); }
div.DivClassName
{
background-color: #0F1A1D;
}
.BgClassName
{
background-color: #0F1A1D;
}
</style>
border-color css
<style>
span { border-color: #0F1A1D; }
span { border-color: rgb(15,26,29); }
td.TdClassName
{
border-color: #0F1A1D;
}
.TagClassName
{
border-color: #0F1A1D;
}
</style>