Shades of Black Pearl #081E26
Tints of Black Pearl #081E26
RGB
CMYK
RGB Variations
Color information
#081E26 (or 0x081E26) is known color: Black Pearl. HEX triplet: 08, 1E and 26. RGB value is (8,30,38). Sum of RGB (Red+Green+Blue) = 8+30+38=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #081E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E26 is #F7E1D9. Grayscale: #181818. Windows color (decimal): -16245210 or 2498056. OLE color: 2498056.
HSL color Cylindrical-coordinate representation of color #081E26: hue angle of 196º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #081E26 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 30 | 38 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.85 |
| HSL | 196º | 0.65% | 0.09% | - |
| HSV(B) | 196º | 0.79% | 0.15% | - |
| XYZ | 0.91 | 1.12 | 2 | - |
| YUV | 24.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 38 | 0.79 | 0.21 | 0 | 0.85 | 196 | 0.65 | 0.09 |
| Hex | 8 | 1E | 26 | 4F | 15 | 0 | 55 | C4 | 41 | 9 |
| Octal | 10 | 36 | 46 | 117 | 25 | 0 | 125 | 304 | 101 | 11 |
| Binary | 1000 | 11110 | 100110 | 1001111 | 10101 | 0 | 1010101 | 11000100 | 1000001 | 1001 |
Color Harmonies of #081E26
Complementary color
Monochromatic Colors of #081E26
Black with #081E26
Text Example
Text Example
White with #081E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E26; }
p { color: rgb(8,30,38); }
H1.HeaderClassName
{
color: #081E26;
}
.AnyTagClassName
{
color: #081E26;
}
</style>
background-color css
<style>
a { background-color: #081E26; }
a { background-color: rgb(8,30,38); }
div.DivClassName
{
background-color: #081E26;
}
.BgClassName
{
background-color: #081E26;
}
</style>
border-color css
<style>
span { border-color: #081E26; }
span { border-color: rgb(8,30,38); }
td.TdClassName
{
border-color: #081E26;
}
.TagClassName
{
border-color: #081E26;
}
</style>