Shades of Black Pearl #081F26
Tints of Black Pearl #081F26
RGB
CMYK
RGB Variations
Color information
#081F26 (or 0x081F26) is known color: Black Pearl. HEX triplet: 08, 1F and 26. RGB value is (8,31,38). Sum of RGB (Red+Green+Blue) = 8+31+38=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #081F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F26 is #F7E0D9. Grayscale: #181818. Windows color (decimal): -16244954 or 2498312. OLE color: 2498312.
HSL color Cylindrical-coordinate representation of color #081F26: hue angle of 194º 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 #081F26 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 31 | 38 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.85 |
| HSL | 194º | 0.65% | 0.09% | - |
| HSV(B) | 194º | 0.79% | 0.15% | - |
| XYZ | 0.94 | 1.17 | 2.01 | - |
| YUV | 24.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 38 | 0.79 | 0.18 | 0 | 0.85 | 194 | 0.65 | 0.09 |
| Hex | 8 | 1F | 26 | 4F | 12 | 0 | 55 | C2 | 41 | 9 |
| Octal | 10 | 37 | 46 | 117 | 22 | 0 | 125 | 302 | 101 | 11 |
| Binary | 1000 | 11111 | 100110 | 1001111 | 10010 | 0 | 1010101 | 11000010 | 1000001 | 1001 |
Color Harmonies of #081F26
Complementary color
Monochromatic Colors of #081F26
Black with #081F26
Text Example
Text Example
White with #081F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F26; }
p { color: rgb(8,31,38); }
H1.HeaderClassName
{
color: #081F26;
}
.AnyTagClassName
{
color: #081F26;
}
</style>
background-color css
<style>
a { background-color: #081F26; }
a { background-color: rgb(8,31,38); }
div.DivClassName
{
background-color: #081F26;
}
.BgClassName
{
background-color: #081F26;
}
</style>
border-color css
<style>
span { border-color: #081F26; }
span { border-color: rgb(8,31,38); }
td.TdClassName
{
border-color: #081F26;
}
.TagClassName
{
border-color: #081F26;
}
</style>