Shades of Black Pearl #082931
Tints of Black Pearl #082931
RGB
CMYK
RGB Variations
Color information
#082931 (or 0x082931) is known color: Black Pearl. HEX triplet: 08, 29 and 31. RGB value is (8,41,49). Sum of RGB (Red+Green+Blue) = 8+41+49=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #082931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082931 is #F7D6CE. Grayscale: #1F1F1F. Windows color (decimal): -16242383 or 3221768. OLE color: 3221768.
HSL color Cylindrical-coordinate representation of color #082931: hue angle of 191.71º 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 #082931 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 41 | 49 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.81 |
| HSL | 191.71º | 0.72% | 0.11% | - |
| HSV(B) | 191.71º | 0.84% | 0.19% | - |
| XYZ | 1.45 | 1.86 | 3.19 | - |
| YUV | 32.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 49 | 0.84 | 0.16 | 0 | 0.81 | 191.71 | 0.72 | 0.11 |
| Hex | 8 | 29 | 31 | 54 | 10 | 0 | 51 | C0 | 48 | B |
| Octal | 10 | 51 | 61 | 124 | 20 | 0 | 121 | 300 | 110 | 13 |
| Binary | 1000 | 101001 | 110001 | 1010100 | 10000 | 0 | 1010001 | 11000000 | 1001000 | 1011 |
Color Harmonies of #082931
Complementary color
Monochromatic Colors of #082931
Black with #082931
Text Example
Text Example
White with #082931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082931; }
p { color: rgb(8,41,49); }
H1.HeaderClassName
{
color: #082931;
}
.AnyTagClassName
{
color: #082931;
}
</style>
background-color css
<style>
a { background-color: #082931; }
a { background-color: rgb(8,41,49); }
div.DivClassName
{
background-color: #082931;
}
.BgClassName
{
background-color: #082931;
}
</style>
border-color css
<style>
span { border-color: #082931; }
span { border-color: rgb(8,41,49); }
td.TdClassName
{
border-color: #082931;
}
.TagClassName
{
border-color: #082931;
}
</style>