Shades of Black Pearl #101619
Tints of Black Pearl #101619
RGB
CMYK
RGB Variations
Color information
#101619 (or 0x101619) is known color: Black Pearl. HEX triplet: 10, 16 and 19. RGB value is (16,22,25). Sum of RGB (Red+Green+Blue) = 16+22+25=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #101619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101619 is #EFE9E6. Grayscale: #141414. Windows color (decimal): -15722983 or 1644048. OLE color: 1644048.
HSL color Cylindrical-coordinate representation of color #101619: hue angle of 200º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #101619 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 22 | 25 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.90 |
| HSL | 200º | 0.22% | 0.08% | - |
| HSV(B) | 200º | 0.36% | 0.1% | - |
| XYZ | 0.68 | 0.75 | 1.03 | - |
| YUV | 20.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 25 | 0.36 | 0.12 | 0 | 0.90 | 200 | 0.22 | 0.08 |
| Hex | 10 | 16 | 19 | 24 | C | 0 | 5A | C8 | 16 | 8 |
| Octal | 20 | 26 | 31 | 44 | 14 | 0 | 132 | 310 | 26 | 10 |
| Binary | 10000 | 10110 | 11001 | 100100 | 1100 | 0 | 1011010 | 11001000 | 10110 | 1000 |
Color Harmonies of #101619
Complementary color
Monochromatic Colors of #101619
Black with #101619
Text Example
Text Example
White with #101619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101619; }
p { color: rgb(16,22,25); }
H1.HeaderClassName
{
color: #101619;
}
.AnyTagClassName
{
color: #101619;
}
</style>
background-color css
<style>
a { background-color: #101619; }
a { background-color: rgb(16,22,25); }
div.DivClassName
{
background-color: #101619;
}
.BgClassName
{
background-color: #101619;
}
</style>
border-color css
<style>
span { border-color: #101619; }
span { border-color: rgb(16,22,25); }
td.TdClassName
{
border-color: #101619;
}
.TagClassName
{
border-color: #101619;
}
</style>