Shades of Black Pearl #081A26
Tints of Black Pearl #081A26
RGB
CMYK
RGB Variations
Color information
#081A26 (or 0x081A26) is known color: Black Pearl. HEX triplet: 08, 1A and 26. RGB value is (8,26,38). Sum of RGB (Red+Green+Blue) = 8+26+38=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #081A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A26 is #F7E5D9. Grayscale: #151515. Windows color (decimal): -16246234 or 2497032. OLE color: 2497032.
HSL color Cylindrical-coordinate representation of color #081A26: hue angle of 204º 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 #081A26 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 26 | 38 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.85 |
| HSL | 204º | 0.65% | 0.09% | - |
| HSV(B) | 204º | 0.79% | 0.15% | - |
| XYZ | 0.82 | 0.93 | 1.97 | - |
| YUV | 21.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 38 | 0.79 | 0.32 | 0 | 0.85 | 204 | 0.65 | 0.09 |
| Hex | 8 | 1A | 26 | 4F | 20 | 0 | 55 | CC | 41 | 9 |
| Octal | 10 | 32 | 46 | 117 | 40 | 0 | 125 | 314 | 101 | 11 |
| Binary | 1000 | 11010 | 100110 | 1001111 | 100000 | 0 | 1010101 | 11001100 | 1000001 | 1001 |
Color Harmonies of #081A26
Complementary color
Monochromatic Colors of #081A26
Black with #081A26
Text Example
Text Example
White with #081A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A26; }
p { color: rgb(8,26,38); }
H1.HeaderClassName
{
color: #081A26;
}
.AnyTagClassName
{
color: #081A26;
}
</style>
background-color css
<style>
a { background-color: #081A26; }
a { background-color: rgb(8,26,38); }
div.DivClassName
{
background-color: #081A26;
}
.BgClassName
{
background-color: #081A26;
}
</style>
border-color css
<style>
span { border-color: #081A26; }
span { border-color: rgb(8,26,38); }
td.TdClassName
{
border-color: #081A26;
}
.TagClassName
{
border-color: #081A26;
}
</style>