Shades of Black Pearl #081718
Tints of Black Pearl #081718
RGB
CMYK
RGB Variations
Color information
#081718 (or 0x081718) is known color: Black Pearl. HEX triplet: 08, 17 and 18. RGB value is (8,23,24). Sum of RGB (Red+Green+Blue) = 8+23+24=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #081718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081718 is #F7E8E7. Grayscale: #121212. Windows color (decimal): -16247016 or 1578760. OLE color: 1578760.
HSL color Cylindrical-coordinate representation of color #081718: hue angle of 183.75º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #081718 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 23 | 24 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.91 |
| HSL | 183.75º | 0.5% | 0.06% | - |
| HSV(B) | 183.75º | 0.67% | 0.09% | - |
| XYZ | 0.57 | 0.73 | 0.98 | - |
| YUV | 18.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 24 | 0.67 | 0.04 | 0 | 0.91 | 183.75 | 0.5 | 0.06 |
| Hex | 8 | 17 | 18 | 43 | 4 | 0 | 5B | B8 | 32 | 6 |
| Octal | 10 | 27 | 30 | 103 | 4 | 0 | 133 | 270 | 62 | 6 |
| Binary | 1000 | 10111 | 11000 | 1000011 | 100 | 0 | 1011011 | 10111000 | 110010 | 110 |
Color Harmonies of #081718
Complementary color
Monochromatic Colors of #081718
Black with #081718
Text Example
Text Example
White with #081718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081718; }
p { color: rgb(8,23,24); }
H1.HeaderClassName
{
color: #081718;
}
.AnyTagClassName
{
color: #081718;
}
</style>
background-color css
<style>
a { background-color: #081718; }
a { background-color: rgb(8,23,24); }
div.DivClassName
{
background-color: #081718;
}
.BgClassName
{
background-color: #081718;
}
</style>
border-color css
<style>
span { border-color: #081718; }
span { border-color: rgb(8,23,24); }
td.TdClassName
{
border-color: #081718;
}
.TagClassName
{
border-color: #081718;
}
</style>