Shades of Black Pearl #082336
Tints of Black Pearl #082336
RGB
CMYK
RGB Variations
Color information
#082336 (or 0x082336) is known color: Black Pearl. HEX triplet: 08, 23 and 36. RGB value is (8,35,54). Sum of RGB (Red+Green+Blue) = 8+35+54=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 54 (21.48% from 255 or 55.67% from 97); Max value from RGB is 54 - color contains mainly: blue. Hex color #082336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082336 is #F7DCC9. Grayscale: #1C1C1C. Windows color (decimal): -16243914 or 3547912. OLE color: 3547912.
HSL color Cylindrical-coordinate representation of color #082336: hue angle of 204.78º 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 #082336 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 35 | 54 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.79 |
| HSL | 204.78º | 0.74% | 0.12% | - |
| HSV(B) | 204.78º | 0.85% | 0.21% | - |
| XYZ | 1.37 | 1.52 | 3.71 | - |
| YUV | 29.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 54 | 0.85 | 0.35 | 0 | 0.79 | 204.78 | 0.74 | 0.12 |
| Hex | 8 | 23 | 36 | 55 | 23 | 0 | 4F | CD | 4A | C |
| Octal | 10 | 43 | 66 | 125 | 43 | 0 | 117 | 315 | 112 | 14 |
| Binary | 1000 | 100011 | 110110 | 1010101 | 100011 | 0 | 1001111 | 11001101 | 1001010 | 1100 |
Color Harmonies of #082336
Complementary color
Monochromatic Colors of #082336
Black with #082336
Text Example
Text Example
White with #082336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082336; }
p { color: rgb(8,35,54); }
H1.HeaderClassName
{
color: #082336;
}
.AnyTagClassName
{
color: #082336;
}
</style>
background-color css
<style>
a { background-color: #082336; }
a { background-color: rgb(8,35,54); }
div.DivClassName
{
background-color: #082336;
}
.BgClassName
{
background-color: #082336;
}
</style>
border-color css
<style>
span { border-color: #082336; }
span { border-color: rgb(8,35,54); }
td.TdClassName
{
border-color: #082336;
}
.TagClassName
{
border-color: #082336;
}
</style>