Shades of Black Pearl #010C17
Tints of Black Pearl #010C17
RGB
CMYK
RGB Variations
Color information
#010C17 (or 0x010C17) is known color: Black Pearl. HEX triplet: 01, 0C and 17. RGB value is (1,12,23). Sum of RGB (Red+Green+Blue) = 1+12+23=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #010C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C17 is #FEF3E8. Grayscale: #090909. Windows color (decimal): -16708585 or 1510401. OLE color: 1510401.
HSL color Cylindrical-coordinate representation of color #010C17: hue angle of 210º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010C17 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 12 | 23 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.91 |
| HSL | 210º | 0.92% | 0.05% | - |
| HSV(B) | 210º | 0.96% | 0.09% | - |
| XYZ | 0.3 | 0.33 | 0.86 | - |
| YUV | 9.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 23 | 0.96 | 0.48 | 0 | 0.91 | 210 | 0.92 | 0.05 |
| Hex | 1 | C | 17 | 60 | 30 | 0 | 5B | D2 | 5C | 5 |
| Octal | 1 | 14 | 27 | 140 | 60 | 0 | 133 | 322 | 134 | 5 |
| Binary | 1 | 1100 | 10111 | 1100000 | 110000 | 0 | 1011011 | 11010010 | 1011100 | 101 |
Color Harmonies of #010C17
Complementary color
Monochromatic Colors of #010C17
Black with #010C17
Text Example
Text Example
White with #010C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C17; }
p { color: rgb(1,12,23); }
H1.HeaderClassName
{
color: #010C17;
}
.AnyTagClassName
{
color: #010C17;
}
</style>
background-color css
<style>
a { background-color: #010C17; }
a { background-color: rgb(1,12,23); }
div.DivClassName
{
background-color: #010C17;
}
.BgClassName
{
background-color: #010C17;
}
</style>
border-color css
<style>
span { border-color: #010C17; }
span { border-color: rgb(1,12,23); }
td.TdClassName
{
border-color: #010C17;
}
.TagClassName
{
border-color: #010C17;
}
</style>