Shades of Black Pearl #082131
Tints of Black Pearl #082131
RGB
CMYK
RGB Variations
Color information
#082131 (or 0x082131) is known color: Black Pearl. HEX triplet: 08, 21 and 31. RGB value is (8,33,49). Sum of RGB (Red+Green+Blue) = 8+33+49=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #082131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082131 is #F7DECE. Grayscale: #1B1B1B. Windows color (decimal): -16244431 or 3219720. OLE color: 3219720.
HSL color Cylindrical-coordinate representation of color #082131: hue angle of 203.41º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #082131 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 33 | 49 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.81 |
| HSL | 203.41º | 0.72% | 0.11% | - |
| HSV(B) | 203.41º | 0.84% | 0.19% | - |
| XYZ | 1.2 | 1.36 | 3.11 | - |
| YUV | 27.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 49 | 0.84 | 0.33 | 0 | 0.81 | 203.41 | 0.72 | 0.11 |
| Hex | 8 | 21 | 31 | 54 | 21 | 0 | 51 | CB | 48 | B |
| Octal | 10 | 41 | 61 | 124 | 41 | 0 | 121 | 313 | 110 | 13 |
| Binary | 1000 | 100001 | 110001 | 1010100 | 100001 | 0 | 1010001 | 11001011 | 1001000 | 1011 |
Color Harmonies of #082131
Complementary color
Monochromatic Colors of #082131
Black with #082131
Text Example
Text Example
White with #082131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082131; }
p { color: rgb(8,33,49); }
H1.HeaderClassName
{
color: #082131;
}
.AnyTagClassName
{
color: #082131;
}
</style>
background-color css
<style>
a { background-color: #082131; }
a { background-color: rgb(8,33,49); }
div.DivClassName
{
background-color: #082131;
}
.BgClassName
{
background-color: #082131;
}
</style>
border-color css
<style>
span { border-color: #082131; }
span { border-color: rgb(8,33,49); }
td.TdClassName
{
border-color: #082131;
}
.TagClassName
{
border-color: #082131;
}
</style>