Shades of Black Pearl #101719
Tints of Black Pearl #101719
RGB
CMYK
RGB Variations
Color information
#101719 (or 0x101719) is known color: Black Pearl. HEX triplet: 10, 17 and 19. RGB value is (16,23,25). Sum of RGB (Red+Green+Blue) = 16+23+25=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #101719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101719 is #EFE8E6. Grayscale: #151515. Windows color (decimal): -15722727 or 1644304. OLE color: 1644304.
HSL color Cylindrical-coordinate representation of color #101719: hue angle of 193.33º 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 #101719 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 23 | 25 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.90 |
| HSL | 193.33º | 0.22% | 0.08% | - |
| HSV(B) | 193.33º | 0.36% | 0.1% | - |
| XYZ | 0.7 | 0.79 | 1.04 | - |
| YUV | 21.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 25 | 0.36 | 0.08 | 0 | 0.90 | 193.33 | 0.22 | 0.08 |
| Hex | 10 | 17 | 19 | 24 | 8 | 0 | 5A | C1 | 16 | 8 |
| Octal | 20 | 27 | 31 | 44 | 10 | 0 | 132 | 301 | 26 | 10 |
| Binary | 10000 | 10111 | 11001 | 100100 | 1000 | 0 | 1011010 | 11000001 | 10110 | 1000 |
Color Harmonies of #101719
Complementary color
Monochromatic Colors of #101719
Black with #101719
Text Example
Text Example
White with #101719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101719; }
p { color: rgb(16,23,25); }
H1.HeaderClassName
{
color: #101719;
}
.AnyTagClassName
{
color: #101719;
}
</style>
background-color css
<style>
a { background-color: #101719; }
a { background-color: rgb(16,23,25); }
div.DivClassName
{
background-color: #101719;
}
.BgClassName
{
background-color: #101719;
}
</style>
border-color css
<style>
span { border-color: #101719; }
span { border-color: rgb(16,23,25); }
td.TdClassName
{
border-color: #101719;
}
.TagClassName
{
border-color: #101719;
}
</style>