Shades of Black Pearl #082836
Tints of Black Pearl #082836
RGB
CMYK
RGB Variations
Color information
#082836 (or 0x082836) is known color: Black Pearl. HEX triplet: 08, 28 and 36. RGB value is (8,40,54). Sum of RGB (Red+Green+Blue) = 8+40+54=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 54 (21.48% from 255 or 52.94% from 102); Max value from RGB is 54 - color contains mainly: blue. Hex color #082836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082836 is #F7D7C9. Grayscale: #1F1F1F. Windows color (decimal): -16242634 or 3549192. OLE color: 3549192.
HSL color Cylindrical-coordinate representation of color #082836: hue angle of 198.26º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082836 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 40 | 54 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.79 |
| HSL | 198.26º | 0.74% | 0.12% | - |
| HSV(B) | 198.26º | 0.85% | 0.21% | - |
| XYZ | 1.52 | 1.84 | 3.76 | - |
| YUV | 32.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 54 | 0.85 | 0.26 | 0 | 0.79 | 198.26 | 0.74 | 0.12 |
| Hex | 8 | 28 | 36 | 55 | 1A | 0 | 4F | C6 | 4A | C |
| Octal | 10 | 50 | 66 | 125 | 32 | 0 | 117 | 306 | 112 | 14 |
| Binary | 1000 | 101000 | 110110 | 1010101 | 11010 | 0 | 1001111 | 11000110 | 1001010 | 1100 |
Color Harmonies of #082836
Complementary color
Monochromatic Colors of #082836
Black with #082836
Text Example
Text Example
White with #082836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082836; }
p { color: rgb(8,40,54); }
H1.HeaderClassName
{
color: #082836;
}
.AnyTagClassName
{
color: #082836;
}
</style>
background-color css
<style>
a { background-color: #082836; }
a { background-color: rgb(8,40,54); }
div.DivClassName
{
background-color: #082836;
}
.BgClassName
{
background-color: #082836;
}
</style>
border-color css
<style>
span { border-color: #082836; }
span { border-color: rgb(8,40,54); }
td.TdClassName
{
border-color: #082836;
}
.TagClassName
{
border-color: #082836;
}
</style>