Shades of Black Pearl #010C0D
Tints of Black Pearl #010C0D
RGB
CMYK
RGB Variations
Color information
#010C0D (or 0x010C0D) is known color: Black Pearl. HEX triplet: 01, 0C and 0D. RGB value is (1,12,13). Sum of RGB (Red+Green+Blue) = 1+12+13=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 13 (5.47% from 255 or 50% from 26); Max value from RGB is 13 - color contains mainly: blue. Hex color #010C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C0D is #FEF3F2. Grayscale: #080808. Windows color (decimal): -16708595 or 855041. OLE color: 855041.
HSL color Cylindrical-coordinate representation of color #010C0D: hue angle of 185º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010C0D is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 12 | 13 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.95 |
| HSL | 185º | 0.86% | 0.03% | - |
| HSV(B) | 185º | 0.92% | 0.05% | - |
| XYZ | 0.22 | 0.3 | 0.43 | - |
| YUV | 8.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 13 | 0.92 | 0.08 | 0 | 0.95 | 185 | 0.86 | 0.03 |
| Hex | 1 | C | D | 5C | 8 | 0 | 5F | B9 | 56 | 3 |
| Octal | 1 | 14 | 15 | 134 | 10 | 0 | 137 | 271 | 126 | 3 |
| Binary | 1 | 1100 | 1101 | 1011100 | 1000 | 0 | 1011111 | 10111001 | 1010110 | 11 |
Color Harmonies of #010C0D
Complementary color
Monochromatic Colors of #010C0D
Black with #010C0D
Text Example
Text Example
White with #010C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C0D; }
p { color: rgb(1,12,13); }
H1.HeaderClassName
{
color: #010C0D;
}
.AnyTagClassName
{
color: #010C0D;
}
</style>
background-color css
<style>
a { background-color: #010C0D; }
a { background-color: rgb(1,12,13); }
div.DivClassName
{
background-color: #010C0D;
}
.BgClassName
{
background-color: #010C0D;
}
</style>
border-color css
<style>
span { border-color: #010C0D; }
span { border-color: rgb(1,12,13); }
td.TdClassName
{
border-color: #010C0D;
}
.TagClassName
{
border-color: #010C0D;
}
</style>