Shades of Black Pearl #082837
Tints of Black Pearl #082837
RGB
CMYK
RGB Variations
Color information
#082837 (or 0x082837) is known color: Black Pearl. HEX triplet: 08, 28 and 37. RGB value is (8,40,55). Sum of RGB (Red+Green+Blue) = 8+40+55=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 55 (21.88% from 255 or 53.40% from 103); Max value from RGB is 55 - color contains mainly: blue. Hex color #082837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082837 is #F7D7C8. Grayscale: #202020. Windows color (decimal): -16242633 or 3614728. OLE color: 3614728.
HSL color Cylindrical-coordinate representation of color #082837: hue angle of 199.15º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082837 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 40 | 55 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.78 |
| HSL | 199.15º | 0.75% | 0.12% | - |
| HSV(B) | 199.15º | 0.85% | 0.22% | - |
| XYZ | 1.55 | 1.85 | 3.89 | - |
| YUV | 32.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 55 | 0.85 | 0.27 | 0 | 0.78 | 199.15 | 0.75 | 0.12 |
| Hex | 8 | 28 | 37 | 55 | 1B | 0 | 4E | C7 | 4B | C |
| Octal | 10 | 50 | 67 | 125 | 33 | 0 | 116 | 307 | 113 | 14 |
| Binary | 1000 | 101000 | 110111 | 1010101 | 11011 | 0 | 1001110 | 11000111 | 1001011 | 1100 |
Color Harmonies of #082837
Complementary color
Monochromatic Colors of #082837
Black with #082837
Text Example
Text Example
White with #082837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082837; }
p { color: rgb(8,40,55); }
H1.HeaderClassName
{
color: #082837;
}
.AnyTagClassName
{
color: #082837;
}
</style>
background-color css
<style>
a { background-color: #082837; }
a { background-color: rgb(8,40,55); }
div.DivClassName
{
background-color: #082837;
}
.BgClassName
{
background-color: #082837;
}
</style>
border-color css
<style>
span { border-color: #082837; }
span { border-color: rgb(8,40,55); }
td.TdClassName
{
border-color: #082837;
}
.TagClassName
{
border-color: #082837;
}
</style>