Shades of Black Pearl #101415
Tints of Black Pearl #101415
RGB
CMYK
RGB Variations
Color information
#101415 (or 0x101415) is known color: Black Pearl. HEX triplet: 10, 14 and 15. RGB value is (16,20,21). Sum of RGB (Red+Green+Blue) = 16+20+21=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: blue. Hex color #101415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101415 is #EFEBEA. Grayscale: #121212. Windows color (decimal): -15723499 or 1381392. OLE color: 1381392.
HSL color Cylindrical-coordinate representation of color #101415: hue angle of 192º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #101415 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 20 | 21 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.92 |
| HSL | 192º | 0.14% | 0.07% | - |
| HSV(B) | 192º | 0.24% | 0.08% | - |
| XYZ | 0.6 | 0.66 | 0.81 | - |
| YUV | 18.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 21 | 0.24 | 0.05 | 0 | 0.92 | 192 | 0.14 | 0.07 |
| Hex | 10 | 14 | 15 | 18 | 5 | 0 | 5C | C0 | E | 7 |
| Octal | 20 | 24 | 25 | 30 | 5 | 0 | 134 | 300 | 16 | 7 |
| Binary | 10000 | 10100 | 10101 | 11000 | 101 | 0 | 1011100 | 11000000 | 1110 | 111 |
Color Harmonies of #101415
Complementary color
Monochromatic Colors of #101415
Black with #101415
Text Example
Text Example
White with #101415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101415; }
p { color: rgb(16,20,21); }
H1.HeaderClassName
{
color: #101415;
}
.AnyTagClassName
{
color: #101415;
}
</style>
background-color css
<style>
a { background-color: #101415; }
a { background-color: rgb(16,20,21); }
div.DivClassName
{
background-color: #101415;
}
.BgClassName
{
background-color: #101415;
}
</style>
border-color css
<style>
span { border-color: #101415; }
span { border-color: rgb(16,20,21); }
td.TdClassName
{
border-color: #101415;
}
.TagClassName
{
border-color: #101415;
}
</style>