Shades of Black Pearl #082236
Tints of Black Pearl #082236
RGB
CMYK
RGB Variations
Color information
#082236 (or 0x082236) is known color: Black Pearl. HEX triplet: 08, 22 and 36. RGB value is (8,34,54). Sum of RGB (Red+Green+Blue) = 8+34+54=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #082236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082236 is #F7DDC9. Grayscale: #1C1C1C. Windows color (decimal): -16244170 or 3547656. OLE color: 3547656.
HSL color Cylindrical-coordinate representation of color #082236: hue angle of 206.09º 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 #082236 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 34 | 54 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.79 |
| HSL | 206.09º | 0.74% | 0.12% | - |
| HSV(B) | 206.09º | 0.85% | 0.21% | - |
| XYZ | 1.34 | 1.46 | 3.7 | - |
| YUV | 28.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 54 | 0.85 | 0.37 | 0 | 0.79 | 206.09 | 0.74 | 0.12 |
| Hex | 8 | 22 | 36 | 55 | 25 | 0 | 4F | CE | 4A | C |
| Octal | 10 | 42 | 66 | 125 | 45 | 0 | 117 | 316 | 112 | 14 |
| Binary | 1000 | 100010 | 110110 | 1010101 | 100101 | 0 | 1001111 | 11001110 | 1001010 | 1100 |
Color Harmonies of #082236
Complementary color
Monochromatic Colors of #082236
Black with #082236
Text Example
Text Example
White with #082236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082236; }
p { color: rgb(8,34,54); }
H1.HeaderClassName
{
color: #082236;
}
.AnyTagClassName
{
color: #082236;
}
</style>
background-color css
<style>
a { background-color: #082236; }
a { background-color: rgb(8,34,54); }
div.DivClassName
{
background-color: #082236;
}
.BgClassName
{
background-color: #082236;
}
</style>
border-color css
<style>
span { border-color: #082236; }
span { border-color: rgb(8,34,54); }
td.TdClassName
{
border-color: #082236;
}
.TagClassName
{
border-color: #082236;
}
</style>