Shades of Black Pearl #082229
Tints of Black Pearl #082229
RGB
CMYK
RGB Variations
Color information
#082229 (or 0x082229) is known color: Black Pearl. HEX triplet: 08, 22 and 29. RGB value is (8,34,41). Sum of RGB (Red+Green+Blue) = 8+34+41=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #082229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082229 is #F7DDD6. Grayscale: #1A1A1A. Windows color (decimal): -16244183 or 2695688. OLE color: 2695688.
HSL color Cylindrical-coordinate representation of color #082229: hue angle of 192.73º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082229 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 34 | 41 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.84 |
| HSL | 192.73º | 0.67% | 0.1% | - |
| HSV(B) | 192.73º | 0.8% | 0.16% | - |
| XYZ | 1.07 | 1.36 | 2.3 | - |
| YUV | 27.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 41 | 0.80 | 0.17 | 0 | 0.84 | 192.73 | 0.67 | 0.1 |
| Hex | 8 | 22 | 29 | 50 | 11 | 0 | 54 | C1 | 43 | A |
| Octal | 10 | 42 | 51 | 120 | 21 | 0 | 124 | 301 | 103 | 12 |
| Binary | 1000 | 100010 | 101001 | 1010000 | 10001 | 0 | 1010100 | 11000001 | 1000011 | 1010 |
Color Harmonies of #082229
Complementary color
Monochromatic Colors of #082229
Black with #082229
Text Example
Text Example
White with #082229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082229; }
p { color: rgb(8,34,41); }
H1.HeaderClassName
{
color: #082229;
}
.AnyTagClassName
{
color: #082229;
}
</style>
background-color css
<style>
a { background-color: #082229; }
a { background-color: rgb(8,34,41); }
div.DivClassName
{
background-color: #082229;
}
.BgClassName
{
background-color: #082229;
}
</style>
border-color css
<style>
span { border-color: #082229; }
span { border-color: rgb(8,34,41); }
td.TdClassName
{
border-color: #082229;
}
.TagClassName
{
border-color: #082229;
}
</style>