Shades of Black Pearl #081317
Tints of Black Pearl #081317
RGB
CMYK
RGB Variations
Color information
#081317 (or 0x081317) is known color: Black Pearl. HEX triplet: 08, 13 and 17. RGB value is (8,19,23). Sum of RGB (Red+Green+Blue) = 8+19+23=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #081317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081317 is #F7ECE8. Grayscale: #101010. Windows color (decimal): -16248041 or 1512200. OLE color: 1512200.
HSL color Cylindrical-coordinate representation of color #081317: hue angle of 196º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #081317 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 19 | 23 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.91 |
| HSL | 196º | 0.48% | 0.06% | - |
| HSV(B) | 196º | 0.65% | 0.09% | - |
| XYZ | 0.49 | 0.58 | 0.9 | - |
| YUV | 16.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 23 | 0.65 | 0.17 | 0 | 0.91 | 196 | 0.48 | 0.06 |
| Hex | 8 | 13 | 17 | 41 | 11 | 0 | 5B | C4 | 30 | 6 |
| Octal | 10 | 23 | 27 | 101 | 21 | 0 | 133 | 304 | 60 | 6 |
| Binary | 1000 | 10011 | 10111 | 1000001 | 10001 | 0 | 1011011 | 11000100 | 110000 | 110 |
Color Harmonies of #081317
Complementary color
Monochromatic Colors of #081317
Black with #081317
Text Example
Text Example
White with #081317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081317; }
p { color: rgb(8,19,23); }
H1.HeaderClassName
{
color: #081317;
}
.AnyTagClassName
{
color: #081317;
}
</style>
background-color css
<style>
a { background-color: #081317; }
a { background-color: rgb(8,19,23); }
div.DivClassName
{
background-color: #081317;
}
.BgClassName
{
background-color: #081317;
}
</style>
border-color css
<style>
span { border-color: #081317; }
span { border-color: rgb(8,19,23); }
td.TdClassName
{
border-color: #081317;
}
.TagClassName
{
border-color: #081317;
}
</style>