Shades of Black Pearl #010F16
Tints of Black Pearl #010F16
RGB
CMYK
RGB Variations
Color information
#010F16 (or 0x010F16) is known color: Black Pearl. HEX triplet: 01, 0F and 16. RGB value is (1,15,22). Sum of RGB (Red+Green+Blue) = 1+15+22=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #010F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F16 is #FEF0E9. Grayscale: #0B0B0B. Windows color (decimal): -16707818 or 1445633. OLE color: 1445633.
HSL color Cylindrical-coordinate representation of color #010F16: hue angle of 200º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010F16 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 15 | 22 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.91 |
| HSL | 200º | 0.91% | 0.05% | - |
| HSV(B) | 200º | 0.95% | 0.09% | - |
| XYZ | 0.33 | 0.41 | 0.82 | - |
| YUV | 11.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 22 | 0.95 | 0.32 | 0 | 0.91 | 200 | 0.91 | 0.05 |
| Hex | 1 | F | 16 | 5F | 20 | 0 | 5B | C8 | 5B | 5 |
| Octal | 1 | 17 | 26 | 137 | 40 | 0 | 133 | 310 | 133 | 5 |
| Binary | 1 | 1111 | 10110 | 1011111 | 100000 | 0 | 1011011 | 11001000 | 1011011 | 101 |
Color Harmonies of #010F16
Complementary color
Monochromatic Colors of #010F16
Black with #010F16
Text Example
Text Example
White with #010F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F16; }
p { color: rgb(1,15,22); }
H1.HeaderClassName
{
color: #010F16;
}
.AnyTagClassName
{
color: #010F16;
}
</style>
background-color css
<style>
a { background-color: #010F16; }
a { background-color: rgb(1,15,22); }
div.DivClassName
{
background-color: #010F16;
}
.BgClassName
{
background-color: #010F16;
}
</style>
border-color css
<style>
span { border-color: #010F16; }
span { border-color: rgb(1,15,22); }
td.TdClassName
{
border-color: #010F16;
}
.TagClassName
{
border-color: #010F16;
}
</style>