Shades of Black Pearl #081E2B
Tints of Black Pearl #081E2B
RGB
CMYK
RGB Variations
Color information
#081E2B (or 0x081E2B) is known color: Black Pearl. HEX triplet: 08, 1E and 2B. RGB value is (8,30,43). Sum of RGB (Red+Green+Blue) = 8+30+43=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #081E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E2B is #F7E1D4. Grayscale: #181818. Windows color (decimal): -16245205 or 2825736. OLE color: 2825736.
HSL color Cylindrical-coordinate representation of color #081E2B: hue angle of 202.29º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #081E2B is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 30 | 43 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.83 |
| HSL | 202.29º | 0.69% | 0.1% | - |
| HSV(B) | 202.29º | 0.81% | 0.17% | - |
| XYZ | 1 | 1.15 | 2.46 | - |
| YUV | 24.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 43 | 0.81 | 0.30 | 0 | 0.83 | 202.29 | 0.69 | 0.1 |
| Hex | 8 | 1E | 2B | 51 | 1E | 0 | 53 | CA | 45 | A |
| Octal | 10 | 36 | 53 | 121 | 36 | 0 | 123 | 312 | 105 | 12 |
| Binary | 1000 | 11110 | 101011 | 1010001 | 11110 | 0 | 1010011 | 11001010 | 1000101 | 1010 |
Color Harmonies of #081E2B
Complementary color
Monochromatic Colors of #081E2B
Black with #081E2B
Text Example
Text Example
White with #081E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E2B; }
p { color: rgb(8,30,43); }
H1.HeaderClassName
{
color: #081E2B;
}
.AnyTagClassName
{
color: #081E2B;
}
</style>
background-color css
<style>
a { background-color: #081E2B; }
a { background-color: rgb(8,30,43); }
div.DivClassName
{
background-color: #081E2B;
}
.BgClassName
{
background-color: #081E2B;
}
</style>
border-color css
<style>
span { border-color: #081E2B; }
span { border-color: rgb(8,30,43); }
td.TdClassName
{
border-color: #081E2B;
}
.TagClassName
{
border-color: #081E2B;
}
</style>