Shades of Black Pearl #101618
Tints of Black Pearl #101618
RGB
CMYK
RGB Variations
Color information
#101618 (or 0x101618) is known color: Black Pearl. HEX triplet: 10, 16 and 18. RGB value is (16,22,24). Sum of RGB (Red+Green+Blue) = 16+22+24=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 24 - color contains mainly: blue. Hex color #101618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101618 is #EFE9E7. Grayscale: #141414. Windows color (decimal): -15722984 or 1578512. OLE color: 1578512.
HSL color Cylindrical-coordinate representation of color #101618: hue angle of 195º 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 #101618 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 22 | 24 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.91 |
| HSL | 195º | 0.2% | 0.08% | - |
| HSV(B) | 195º | 0.33% | 0.09% | - |
| XYZ | 0.67 | 0.75 | 0.97 | - |
| YUV | 20.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 24 | 0.33 | 0.08 | 0 | 0.91 | 195 | 0.2 | 0.08 |
| Hex | 10 | 16 | 18 | 21 | 8 | 0 | 5B | C3 | 14 | 8 |
| Octal | 20 | 26 | 30 | 41 | 10 | 0 | 133 | 303 | 24 | 10 |
| Binary | 10000 | 10110 | 11000 | 100001 | 1000 | 0 | 1011011 | 11000011 | 10100 | 1000 |
Color Harmonies of #101618
Complementary color
Monochromatic Colors of #101618
Black with #101618
Text Example
Text Example
White with #101618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101618; }
p { color: rgb(16,22,24); }
H1.HeaderClassName
{
color: #101618;
}
.AnyTagClassName
{
color: #101618;
}
</style>
background-color css
<style>
a { background-color: #101618; }
a { background-color: rgb(16,22,24); }
div.DivClassName
{
background-color: #101618;
}
.BgClassName
{
background-color: #101618;
}
</style>
border-color css
<style>
span { border-color: #101618; }
span { border-color: rgb(16,22,24); }
td.TdClassName
{
border-color: #101618;
}
.TagClassName
{
border-color: #101618;
}
</style>