Shades of Black Pearl #081517
Tints of Black Pearl #081517
RGB
CMYK
RGB Variations
Color information
#081517 (or 0x081517) is known color: Black Pearl. HEX triplet: 08, 15 and 17. RGB value is (8,21,23). Sum of RGB (Red+Green+Blue) = 8+21+23=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #081517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081517 is #F7EAE8. Grayscale: #111111. Windows color (decimal): -16247529 or 1512712. OLE color: 1512712.
HSL color Cylindrical-coordinate representation of color #081517: hue angle of 188º 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 #081517 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 21 | 23 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.91 |
| HSL | 188º | 0.48% | 0.06% | - |
| HSV(B) | 188º | 0.65% | 0.09% | - |
| XYZ | 0.52 | 0.65 | 0.91 | - |
| YUV | 17.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 23 | 0.65 | 0.09 | 0 | 0.91 | 188 | 0.48 | 0.06 |
| Hex | 8 | 15 | 17 | 41 | 9 | 0 | 5B | BC | 30 | 6 |
| Octal | 10 | 25 | 27 | 101 | 11 | 0 | 133 | 274 | 60 | 6 |
| Binary | 1000 | 10101 | 10111 | 1000001 | 1001 | 0 | 1011011 | 10111100 | 110000 | 110 |
Color Harmonies of #081517
Complementary color
Monochromatic Colors of #081517
Black with #081517
Text Example
Text Example
White with #081517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081517; }
p { color: rgb(8,21,23); }
H1.HeaderClassName
{
color: #081517;
}
.AnyTagClassName
{
color: #081517;
}
</style>
background-color css
<style>
a { background-color: #081517; }
a { background-color: rgb(8,21,23); }
div.DivClassName
{
background-color: #081517;
}
.BgClassName
{
background-color: #081517;
}
</style>
border-color css
<style>
span { border-color: #081517; }
span { border-color: rgb(8,21,23); }
td.TdClassName
{
border-color: #081517;
}
.TagClassName
{
border-color: #081517;
}
</style>