Shades of Black Pearl #010C1D
Tints of Black Pearl #010C1D
RGB
CMYK
RGB Variations
Color information
#010C1D (or 0x010C1D) is known color: Black Pearl. HEX triplet: 01, 0C and 1D. RGB value is (1,12,29). Sum of RGB (Red+Green+Blue) = 1+12+29=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 29 (11.72% from 255 or 69.05% from 42); Max value from RGB is 29 - color contains mainly: blue. Hex color #010C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C1D is #FEF3E2. Grayscale: #0A0A0A. Windows color (decimal): -16708579 or 1903617. OLE color: 1903617.
HSL color Cylindrical-coordinate representation of color #010C1D: hue angle of 216.43º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010C1D is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 12 | 29 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.89 |
| HSL | 216.43º | 0.93% | 0.06% | - |
| HSV(B) | 216.43º | 0.97% | 0.11% | - |
| XYZ | 0.37 | 0.36 | 1.21 | - |
| YUV | 10.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 29 | 0.97 | 0.59 | 0 | 0.89 | 216.43 | 0.93 | 0.06 |
| Hex | 1 | C | 1D | 61 | 3B | 0 | 59 | D8 | 5D | 6 |
| Octal | 1 | 14 | 35 | 141 | 73 | 0 | 131 | 330 | 135 | 6 |
| Binary | 1 | 1100 | 11101 | 1100001 | 111011 | 0 | 1011001 | 11011000 | 1011101 | 110 |
Color Harmonies of #010C1D
Complementary color
Monochromatic Colors of #010C1D
Black with #010C1D
Text Example
Text Example
White with #010C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C1D; }
p { color: rgb(1,12,29); }
H1.HeaderClassName
{
color: #010C1D;
}
.AnyTagClassName
{
color: #010C1D;
}
</style>
background-color css
<style>
a { background-color: #010C1D; }
a { background-color: rgb(1,12,29); }
div.DivClassName
{
background-color: #010C1D;
}
.BgClassName
{
background-color: #010C1D;
}
</style>
border-color css
<style>
span { border-color: #010C1D; }
span { border-color: rgb(1,12,29); }
td.TdClassName
{
border-color: #010C1D;
}
.TagClassName
{
border-color: #010C1D;
}
</style>