Shades of Black Pearl #082C36
Tints of Black Pearl #082C36
RGB
CMYK
RGB Variations
Color information
#082C36 (or 0x082C36) is known color: Black Pearl. HEX triplet: 08, 2C and 36. RGB value is (8,44,54). Sum of RGB (Red+Green+Blue) = 8+44+54=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #082C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C36 is #F7D3C9. Grayscale: #222222. Windows color (decimal): -16241610 or 3550216. OLE color: 3550216.
HSL color Cylindrical-coordinate representation of color #082C36: hue angle of 193.04º 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 #082C36 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 44 | 54 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.79 |
| HSL | 193.04º | 0.74% | 0.12% | - |
| HSV(B) | 193.04º | 0.85% | 0.21% | - |
| XYZ | 1.67 | 2.12 | 3.81 | - |
| YUV | 34.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 54 | 0.85 | 0.19 | 0 | 0.79 | 193.04 | 0.74 | 0.12 |
| Hex | 8 | 2C | 36 | 55 | 13 | 0 | 4F | C1 | 4A | C |
| Octal | 10 | 54 | 66 | 125 | 23 | 0 | 117 | 301 | 112 | 14 |
| Binary | 1000 | 101100 | 110110 | 1010101 | 10011 | 0 | 1001111 | 11000001 | 1001010 | 1100 |
Color Harmonies of #082C36
Complementary color
Monochromatic Colors of #082C36
Black with #082C36
Text Example
Text Example
White with #082C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C36; }
p { color: rgb(8,44,54); }
H1.HeaderClassName
{
color: #082C36;
}
.AnyTagClassName
{
color: #082C36;
}
</style>
background-color css
<style>
a { background-color: #082C36; }
a { background-color: rgb(8,44,54); }
div.DivClassName
{
background-color: #082C36;
}
.BgClassName
{
background-color: #082C36;
}
</style>
border-color css
<style>
span { border-color: #082C36; }
span { border-color: rgb(8,44,54); }
td.TdClassName
{
border-color: #082C36;
}
.TagClassName
{
border-color: #082C36;
}
</style>