Shades of Black Pearl #010C16
Tints of Black Pearl #010C16
RGB
CMYK
RGB Variations
Color information
#010C16 (or 0x010C16) is known color: Black Pearl. HEX triplet: 01, 0C and 16. RGB value is (1,12,22). Sum of RGB (Red+Green+Blue) = 1+12+22=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 22 (8.98% from 255 or 62.86% from 35); Max value from RGB is 22 - color contains mainly: blue. Hex color #010C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C16 is #FEF3E9. Grayscale: #090909. Windows color (decimal): -16708586 or 1444865. OLE color: 1444865.
HSL color Cylindrical-coordinate representation of color #010C16: hue angle of 208.57º 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 #010C16 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 12 | 22 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.91 |
| HSL | 208.57º | 0.91% | 0.05% | - |
| HSV(B) | 208.57º | 0.95% | 0.09% | - |
| XYZ | 0.29 | 0.33 | 0.81 | - |
| YUV | 9.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 22 | 0.95 | 0.45 | 0 | 0.91 | 208.57 | 0.91 | 0.05 |
| Hex | 1 | C | 16 | 5F | 2D | 0 | 5B | D1 | 5B | 5 |
| Octal | 1 | 14 | 26 | 137 | 55 | 0 | 133 | 321 | 133 | 5 |
| Binary | 1 | 1100 | 10110 | 1011111 | 101101 | 0 | 1011011 | 11010001 | 1011011 | 101 |
Color Harmonies of #010C16
Complementary color
Monochromatic Colors of #010C16
Black with #010C16
Text Example
Text Example
White with #010C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C16; }
p { color: rgb(1,12,22); }
H1.HeaderClassName
{
color: #010C16;
}
.AnyTagClassName
{
color: #010C16;
}
</style>
background-color css
<style>
a { background-color: #010C16; }
a { background-color: rgb(1,12,22); }
div.DivClassName
{
background-color: #010C16;
}
.BgClassName
{
background-color: #010C16;
}
</style>
border-color css
<style>
span { border-color: #010C16; }
span { border-color: rgb(1,12,22); }
td.TdClassName
{
border-color: #010C16;
}
.TagClassName
{
border-color: #010C16;
}
</style>