Shades of Black Pearl #131617
Tints of Black Pearl #131617
RGB
CMYK
RGB Variations
Color information
#131617 (or 0x131617) is known color: Black Pearl. HEX triplet: 13, 16 and 17. RGB value is (19,22,23). Sum of RGB (Red+Green+Blue) = 19+22+23=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 23 - color contains mainly: blue. Hex color #131617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131617 is #ECE9E8. Grayscale: #151515. Windows color (decimal): -15526377 or 1512979. OLE color: 1512979.
HSL color Cylindrical-coordinate representation of color #131617: hue angle of 195º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #131617 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
RGB | 19 | 22 | 23 | - |
CMYK | 0.17 | 0.04 | 0 | 0.91 |
HSL | 195º | 0.1% | 0.08% | - |
HSV(B) | 195º | 0.17% | 0.09% | - |
XYZ | 0.71 | 0.77 | 0.92 | - |
YUV | 21.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 22 | 23 | 0.17 | 0.04 | 0 | 0.91 | 195 | 0.1 | 0.08 |
Hex | 13 | 16 | 17 | 11 | 4 | 0 | 5B | C3 | A | 8 |
Octal | 23 | 26 | 27 | 21 | 4 | 0 | 133 | 303 | 12 | 10 |
Binary | 10011 | 10110 | 10111 | 10001 | 100 | 0 | 1011011 | 11000011 | 1010 | 1000 |
Color Harmonies of #131617
Complementary color
Monochromatic Colors of #131617
Black with #131617
Text Example
Text Example
White with #131617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131617; }
p { color: rgb(19,22,23); }
H1.HeaderClassName
{
color: #131617;
}
.AnyTagClassName
{
color: #131617;
}
</style>
background-color css
<style>
a { background-color: #131617; }
a { background-color: rgb(19,22,23); }
div.DivClassName
{
background-color: #131617;
}
.BgClassName
{
background-color: #131617;
}
</style>
border-color css
<style>
span { border-color: #131617; }
span { border-color: rgb(19,22,23); }
td.TdClassName
{
border-color: #131617;
}
.TagClassName
{
border-color: #131617;
}
</style>