Shades of Black Pearl #081014
Tints of Black Pearl #081014
RGB
CMYK
RGB Variations
Color information
#081014 (or 0x081014) is known color: Black Pearl. HEX triplet: 08, 10 and 14. RGB value is (8,16,20). Sum of RGB (Red+Green+Blue) = 8+16+20=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #081014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081014 is #F7EFEB. Grayscale: #0E0E0E. Windows color (decimal): -16248812 or 1314824. OLE color: 1314824.
HSL color Cylindrical-coordinate representation of color #081014: hue angle of 200º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #081014 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 16 | 20 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.92 |
| HSL | 200º | 0.43% | 0.05% | - |
| HSV(B) | 200º | 0.6% | 0.08% | - |
| XYZ | 0.41 | 0.47 | 0.73 | - |
| YUV | 14.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 20 | 0.60 | 0.20 | 0 | 0.92 | 200 | 0.43 | 0.05 |
| Hex | 8 | 10 | 14 | 3C | 14 | 0 | 5C | C8 | 2B | 5 |
| Octal | 10 | 20 | 24 | 74 | 24 | 0 | 134 | 310 | 53 | 5 |
| Binary | 1000 | 10000 | 10100 | 111100 | 10100 | 0 | 1011100 | 11001000 | 101011 | 101 |
Color Harmonies of #081014
Complementary color
Monochromatic Colors of #081014
Black with #081014
Text Example
Text Example
White with #081014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081014; }
p { color: rgb(8,16,20); }
H1.HeaderClassName
{
color: #081014;
}
.AnyTagClassName
{
color: #081014;
}
</style>
background-color css
<style>
a { background-color: #081014; }
a { background-color: rgb(8,16,20); }
div.DivClassName
{
background-color: #081014;
}
.BgClassName
{
background-color: #081014;
}
</style>
border-color css
<style>
span { border-color: #081014; }
span { border-color: rgb(8,16,20); }
td.TdClassName
{
border-color: #081014;
}
.TagClassName
{
border-color: #081014;
}
</style>