Shades of Black Pearl #010F12
Tints of Black Pearl #010F12
RGB
CMYK
RGB Variations
Color information
#010F12 (or 0x010F12) is known color: Black Pearl. HEX triplet: 01, 0F and 12. RGB value is (1,15,18). Sum of RGB (Red+Green+Blue) = 1+15+18=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #010F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F12 is #FEF0ED. Grayscale: #0B0B0B. Windows color (decimal): -16707822 or 1183489. OLE color: 1183489.
HSL color Cylindrical-coordinate representation of color #010F12: hue angle of 190.59º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010F12 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 15 | 18 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.93 |
| HSL | 190.59º | 0.89% | 0.04% | - |
| HSV(B) | 190.59º | 0.94% | 0.07% | - |
| XYZ | 0.29 | 0.39 | 0.63 | - |
| YUV | 11.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 18 | 0.94 | 0.17 | 0 | 0.93 | 190.59 | 0.89 | 0.04 |
| Hex | 1 | F | 12 | 5E | 11 | 0 | 5D | BF | 59 | 4 |
| Octal | 1 | 17 | 22 | 136 | 21 | 0 | 135 | 277 | 131 | 4 |
| Binary | 1 | 1111 | 10010 | 1011110 | 10001 | 0 | 1011101 | 10111111 | 1011001 | 100 |
Color Harmonies of #010F12
Complementary color
Monochromatic Colors of #010F12
Black with #010F12
Text Example
Text Example
White with #010F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F12; }
p { color: rgb(1,15,18); }
H1.HeaderClassName
{
color: #010F12;
}
.AnyTagClassName
{
color: #010F12;
}
</style>
background-color css
<style>
a { background-color: #010F12; }
a { background-color: rgb(1,15,18); }
div.DivClassName
{
background-color: #010F12;
}
.BgClassName
{
background-color: #010F12;
}
</style>
border-color css
<style>
span { border-color: #010F12; }
span { border-color: rgb(1,15,18); }
td.TdClassName
{
border-color: #010F12;
}
.TagClassName
{
border-color: #010F12;
}
</style>