Shades of Black Pearl #082C37
Tints of Black Pearl #082C37
RGB
CMYK
RGB Variations
Color information
#082C37 (or 0x082C37) is known color: Black Pearl. HEX triplet: 08, 2C and 37. RGB value is (8,44,55). Sum of RGB (Red+Green+Blue) = 8+44+55=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #082C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C37 is #F7D3C8. Grayscale: #222222. Windows color (decimal): -16241609 or 3615752. OLE color: 3615752.
HSL color Cylindrical-coordinate representation of color #082C37: hue angle of 194.04º 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 #082C37 is Cyan = 0.85, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 44 | 55 | - |
| CMYK | 0.85 | 0.2 | 0 | 0.78 |
| HSL | 194.04º | 0.75% | 0.12% | - |
| HSV(B) | 194.04º | 0.85% | 0.22% | - |
| XYZ | 1.69 | 2.13 | 3.94 | - |
| YUV | 34.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 55 | 0.85 | 0.2 | 0 | 0.78 | 194.04 | 0.75 | 0.12 |
| Hex | 8 | 2C | 37 | 55 | 14 | 0 | 4E | C2 | 4B | C |
| Octal | 10 | 54 | 67 | 125 | 24 | 0 | 116 | 302 | 113 | 14 |
| Binary | 1000 | 101100 | 110111 | 1010101 | 10100 | 0 | 1001110 | 11000010 | 1001011 | 1100 |
Color Harmonies of #082C37
Complementary color
Monochromatic Colors of #082C37
Black with #082C37
Text Example
Text Example
White with #082C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C37; }
p { color: rgb(8,44,55); }
H1.HeaderClassName
{
color: #082C37;
}
.AnyTagClassName
{
color: #082C37;
}
</style>
background-color css
<style>
a { background-color: #082C37; }
a { background-color: rgb(8,44,55); }
div.DivClassName
{
background-color: #082C37;
}
.BgClassName
{
background-color: #082C37;
}
</style>
border-color css
<style>
span { border-color: #082C37; }
span { border-color: rgb(8,44,55); }
td.TdClassName
{
border-color: #082C37;
}
.TagClassName
{
border-color: #082C37;
}
</style>