Shades of Black Pearl #010C15
Tints of Black Pearl #010C15
RGB
CMYK
RGB Variations
Color information
#010C15 (or 0x010C15) is known color: Black Pearl. HEX triplet: 01, 0C and 15. RGB value is (1,12,21). Sum of RGB (Red+Green+Blue) = 1+12+21=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 21 (8.59% from 255 or 61.76% from 34); Max value from RGB is 21 - color contains mainly: blue. Hex color #010C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C15 is #FEF3EA. Grayscale: #090909. Windows color (decimal): -16708587 or 1379329. OLE color: 1379329.
HSL color Cylindrical-coordinate representation of color #010C15: hue angle of 207º degrees, saturation: 0.91, 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 #010C15 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 12 | 21 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.92 |
| HSL | 207º | 0.91% | 0.04% | - |
| HSV(B) | 207º | 0.95% | 0.08% | - |
| XYZ | 0.28 | 0.32 | 0.76 | - |
| YUV | 9.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 21 | 0.95 | 0.43 | 0 | 0.92 | 207 | 0.91 | 0.04 |
| Hex | 1 | C | 15 | 5F | 2B | 0 | 5C | CF | 5B | 4 |
| Octal | 1 | 14 | 25 | 137 | 53 | 0 | 134 | 317 | 133 | 4 |
| Binary | 1 | 1100 | 10101 | 1011111 | 101011 | 0 | 1011100 | 11001111 | 1011011 | 100 |
Color Harmonies of #010C15
Complementary color
Monochromatic Colors of #010C15
Black with #010C15
Text Example
Text Example
White with #010C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C15; }
p { color: rgb(1,12,21); }
H1.HeaderClassName
{
color: #010C15;
}
.AnyTagClassName
{
color: #010C15;
}
</style>
background-color css
<style>
a { background-color: #010C15; }
a { background-color: rgb(1,12,21); }
div.DivClassName
{
background-color: #010C15;
}
.BgClassName
{
background-color: #010C15;
}
</style>
border-color css
<style>
span { border-color: #010C15; }
span { border-color: rgb(1,12,21); }
td.TdClassName
{
border-color: #010C15;
}
.TagClassName
{
border-color: #010C15;
}
</style>