Shades of Black Pearl #101518
Tints of Black Pearl #101518
RGB
CMYK
RGB Variations
Color information
#101518 (or 0x101518) is known color: Black Pearl. HEX triplet: 10, 15 and 18. RGB value is (16,21,24). Sum of RGB (Red+Green+Blue) = 16+21+24=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #101518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101518 is #EFEAE7. Grayscale: #131313. Windows color (decimal): -15723240 or 1578256. OLE color: 1578256.
HSL color Cylindrical-coordinate representation of color #101518: hue angle of 202.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #101518 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 21 | 24 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.91 |
| HSL | 202.5º | 0.2% | 0.08% | - |
| HSV(B) | 202.5º | 0.33% | 0.09% | - |
| XYZ | 0.65 | 0.71 | 0.97 | - |
| YUV | 19.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 24 | 0.33 | 0.13 | 0 | 0.91 | 202.5 | 0.2 | 0.08 |
| Hex | 10 | 15 | 18 | 21 | D | 0 | 5B | CA | 14 | 8 |
| Octal | 20 | 25 | 30 | 41 | 15 | 0 | 133 | 312 | 24 | 10 |
| Binary | 10000 | 10101 | 11000 | 100001 | 1101 | 0 | 1011011 | 11001010 | 10100 | 1000 |
Color Harmonies of #101518
Complementary color
Monochromatic Colors of #101518
Black with #101518
Text Example
Text Example
White with #101518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101518; }
p { color: rgb(16,21,24); }
H1.HeaderClassName
{
color: #101518;
}
.AnyTagClassName
{
color: #101518;
}
</style>
background-color css
<style>
a { background-color: #101518; }
a { background-color: rgb(16,21,24); }
div.DivClassName
{
background-color: #101518;
}
.BgClassName
{
background-color: #101518;
}
</style>
border-color css
<style>
span { border-color: #101518; }
span { border-color: rgb(16,21,24); }
td.TdClassName
{
border-color: #101518;
}
.TagClassName
{
border-color: #101518;
}
</style>