Shades of Black Pearl #010C14
Tints of Black Pearl #010C14
RGB
CMYK
RGB Variations
Color information
#010C14 (or 0x010C14) is known color: Black Pearl. HEX triplet: 01, 0C and 14. RGB value is (1,12,20). Sum of RGB (Red+Green+Blue) = 1+12+20=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #010C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C14 is #FEF3EB. Grayscale: #090909. Windows color (decimal): -16708588 or 1313793. OLE color: 1313793.
HSL color Cylindrical-coordinate representation of color #010C14: hue angle of 205.26º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010C14 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 12 | 20 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.92 |
| HSL | 205.26º | 0.9% | 0.04% | - |
| HSV(B) | 205.26º | 0.95% | 0.08% | - |
| XYZ | 0.27 | 0.32 | 0.71 | - |
| YUV | 9.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 20 | 0.95 | 0.40 | 0 | 0.92 | 205.26 | 0.9 | 0.04 |
| Hex | 1 | C | 14 | 5F | 28 | 0 | 5C | CD | 5A | 4 |
| Octal | 1 | 14 | 24 | 137 | 50 | 0 | 134 | 315 | 132 | 4 |
| Binary | 1 | 1100 | 10100 | 1011111 | 101000 | 0 | 1011100 | 11001101 | 1011010 | 100 |
Color Harmonies of #010C14
Complementary color
Monochromatic Colors of #010C14
Black with #010C14
Text Example
Text Example
White with #010C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C14; }
p { color: rgb(1,12,20); }
H1.HeaderClassName
{
color: #010C14;
}
.AnyTagClassName
{
color: #010C14;
}
</style>
background-color css
<style>
a { background-color: #010C14; }
a { background-color: rgb(1,12,20); }
div.DivClassName
{
background-color: #010C14;
}
.BgClassName
{
background-color: #010C14;
}
</style>
border-color css
<style>
span { border-color: #010C14; }
span { border-color: rgb(1,12,20); }
td.TdClassName
{
border-color: #010C14;
}
.TagClassName
{
border-color: #010C14;
}
</style>