Shades of Black Pearl #131618
Tints of Black Pearl #131618
RGB
CMYK
RGB Variations
Color information
#131618 (or 0x131618) is known color: Black Pearl. HEX triplet: 13, 16 and 18. RGB value is (19,22,24). Sum of RGB (Red+Green+Blue) = 19+22+24=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: blue. Hex color #131618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131618 is #ECE9E7. Grayscale: #151515. Windows color (decimal): -15526376 or 1578515. OLE color: 1578515.
HSL color Cylindrical-coordinate representation of color #131618: hue angle of 204º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #131618 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 22 | 24 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.91 |
| HSL | 204º | 0.12% | 0.08% | - |
| HSV(B) | 204º | 0.21% | 0.09% | - |
| XYZ | 0.72 | 0.78 | 0.98 | - |
| YUV | 21.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 24 | 0.21 | 0.08 | 0 | 0.91 | 204 | 0.12 | 0.08 |
| Hex | 13 | 16 | 18 | 15 | 8 | 0 | 5B | CC | C | 8 |
| Octal | 23 | 26 | 30 | 25 | 10 | 0 | 133 | 314 | 14 | 10 |
| Binary | 10011 | 10110 | 11000 | 10101 | 1000 | 0 | 1011011 | 11001100 | 1100 | 1000 |
Color Harmonies of #131618
Complementary color
Monochromatic Colors of #131618
Black with #131618
Text Example
Text Example
White with #131618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131618; }
p { color: rgb(19,22,24); }
H1.HeaderClassName
{
color: #131618;
}
.AnyTagClassName
{
color: #131618;
}
</style>
background-color css
<style>
a { background-color: #131618; }
a { background-color: rgb(19,22,24); }
div.DivClassName
{
background-color: #131618;
}
.BgClassName
{
background-color: #131618;
}
</style>
border-color css
<style>
span { border-color: #131618; }
span { border-color: rgb(19,22,24); }
td.TdClassName
{
border-color: #131618;
}
.TagClassName
{
border-color: #131618;
}
</style>