Shades of Black Pearl #082B37
Tints of Black Pearl #082B37
RGB
CMYK
RGB Variations
Color information
#082B37 (or 0x082B37) is known color: Black Pearl. HEX triplet: 08, 2B and 37. RGB value is (8,43,55). Sum of RGB (Red+Green+Blue) = 8+43+55=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #082B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B37 is #F7D4C8. Grayscale: #212121. Windows color (decimal): -16241865 or 3615496. OLE color: 3615496.
HSL color Cylindrical-coordinate representation of color #082B37: hue angle of 195.32º 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 #082B37 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 43 | 55 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.78 |
| HSL | 195.32º | 0.75% | 0.12% | - |
| HSV(B) | 195.32º | 0.85% | 0.22% | - |
| XYZ | 1.65 | 2.06 | 3.92 | - |
| YUV | 33.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 55 | 0.85 | 0.22 | 0 | 0.78 | 195.32 | 0.75 | 0.12 |
| Hex | 8 | 2B | 37 | 55 | 16 | 0 | 4E | C3 | 4B | C |
| Octal | 10 | 53 | 67 | 125 | 26 | 0 | 116 | 303 | 113 | 14 |
| Binary | 1000 | 101011 | 110111 | 1010101 | 10110 | 0 | 1001110 | 11000011 | 1001011 | 1100 |
Color Harmonies of #082B37
Complementary color
Monochromatic Colors of #082B37
Black with #082B37
Text Example
Text Example
White with #082B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B37; }
p { color: rgb(8,43,55); }
H1.HeaderClassName
{
color: #082B37;
}
.AnyTagClassName
{
color: #082B37;
}
</style>
background-color css
<style>
a { background-color: #082B37; }
a { background-color: rgb(8,43,55); }
div.DivClassName
{
background-color: #082B37;
}
.BgClassName
{
background-color: #082B37;
}
</style>
border-color css
<style>
span { border-color: #082B37; }
span { border-color: rgb(8,43,55); }
td.TdClassName
{
border-color: #082B37;
}
.TagClassName
{
border-color: #082B37;
}
</style>