Shades of Black Pearl #081E24
Tints of Black Pearl #081E24
RGB
CMYK
RGB Variations
Color information
#081E24 (or 0x081E24) is known color: Black Pearl. HEX triplet: 08, 1E and 24. RGB value is (8,30,36). Sum of RGB (Red+Green+Blue) = 8+30+36=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #081E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E24 is #F7E1DB. Grayscale: #181818. Windows color (decimal): -16245212 or 2366984. OLE color: 2366984.
HSL color Cylindrical-coordinate representation of color #081E24: hue angle of 192.86º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081E24 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 30 | 36 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.86 |
| HSL | 192.86º | 0.64% | 0.09% | - |
| HSV(B) | 192.86º | 0.78% | 0.14% | - |
| XYZ | 0.88 | 1.11 | 1.84 | - |
| YUV | 24.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 36 | 0.78 | 0.17 | 0 | 0.86 | 192.86 | 0.64 | 0.09 |
| Hex | 8 | 1E | 24 | 4E | 11 | 0 | 56 | C1 | 40 | 9 |
| Octal | 10 | 36 | 44 | 116 | 21 | 0 | 126 | 301 | 100 | 11 |
| Binary | 1000 | 11110 | 100100 | 1001110 | 10001 | 0 | 1010110 | 11000001 | 1000000 | 1001 |
Color Harmonies of #081E24
Complementary color
Monochromatic Colors of #081E24
Black with #081E24
Text Example
Text Example
White with #081E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E24; }
p { color: rgb(8,30,36); }
H1.HeaderClassName
{
color: #081E24;
}
.AnyTagClassName
{
color: #081E24;
}
</style>
background-color css
<style>
a { background-color: #081E24; }
a { background-color: rgb(8,30,36); }
div.DivClassName
{
background-color: #081E24;
}
.BgClassName
{
background-color: #081E24;
}
</style>
border-color css
<style>
span { border-color: #081E24; }
span { border-color: rgb(8,30,36); }
td.TdClassName
{
border-color: #081E24;
}
.TagClassName
{
border-color: #081E24;
}
</style>