Shades of Black Pearl #082226
Tints of Black Pearl #082226
RGB
CMYK
RGB Variations
Color information
#082226 (or 0x082226) is known color: Black Pearl. HEX triplet: 08, 22 and 26. RGB value is (8,34,38). Sum of RGB (Red+Green+Blue) = 8+34+38=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #082226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082226 is #F7DDD9. Grayscale: #1A1A1A. Windows color (decimal): -16244186 or 2499080. OLE color: 2499080.
HSL color Cylindrical-coordinate representation of color #082226: hue angle of 188º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082226 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 34 | 38 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.85 |
| HSL | 188º | 0.65% | 0.09% | - |
| HSV(B) | 188º | 0.79% | 0.15% | - |
| XYZ | 1.02 | 1.34 | 2.04 | - |
| YUV | 26.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 38 | 0.79 | 0.11 | 0 | 0.85 | 188 | 0.65 | 0.09 |
| Hex | 8 | 22 | 26 | 4F | B | 0 | 55 | BC | 41 | 9 |
| Octal | 10 | 42 | 46 | 117 | 13 | 0 | 125 | 274 | 101 | 11 |
| Binary | 1000 | 100010 | 100110 | 1001111 | 1011 | 0 | 1010101 | 10111100 | 1000001 | 1001 |
Color Harmonies of #082226
Complementary color
Monochromatic Colors of #082226
Black with #082226
Text Example
Text Example
White with #082226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082226; }
p { color: rgb(8,34,38); }
H1.HeaderClassName
{
color: #082226;
}
.AnyTagClassName
{
color: #082226;
}
</style>
background-color css
<style>
a { background-color: #082226; }
a { background-color: rgb(8,34,38); }
div.DivClassName
{
background-color: #082226;
}
.BgClassName
{
background-color: #082226;
}
</style>
border-color css
<style>
span { border-color: #082226; }
span { border-color: rgb(8,34,38); }
td.TdClassName
{
border-color: #082226;
}
.TagClassName
{
border-color: #082226;
}
</style>