Shades of Black Pearl #082129
Tints of Black Pearl #082129
RGB
CMYK
RGB Variations
Color information
#082129 (or 0x082129) is known color: Black Pearl. HEX triplet: 08, 21 and 29. RGB value is (8,33,41). Sum of RGB (Red+Green+Blue) = 8+33+41=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #082129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082129 is #F7DED6. Grayscale: #1A1A1A. Windows color (decimal): -16244439 or 2695432. OLE color: 2695432.
HSL color Cylindrical-coordinate representation of color #082129: hue angle of 194.55º 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 #082129 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 33 | 41 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.84 |
| HSL | 194.55º | 0.67% | 0.1% | - |
| HSV(B) | 194.55º | 0.8% | 0.16% | - |
| XYZ | 1.04 | 1.3 | 2.29 | - |
| YUV | 26.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 41 | 0.80 | 0.20 | 0 | 0.84 | 194.55 | 0.67 | 0.1 |
| Hex | 8 | 21 | 29 | 50 | 14 | 0 | 54 | C3 | 43 | A |
| Octal | 10 | 41 | 51 | 120 | 24 | 0 | 124 | 303 | 103 | 12 |
| Binary | 1000 | 100001 | 101001 | 1010000 | 10100 | 0 | 1010100 | 11000011 | 1000011 | 1010 |
Color Harmonies of #082129
Complementary color
Monochromatic Colors of #082129
Black with #082129
Text Example
Text Example
White with #082129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082129; }
p { color: rgb(8,33,41); }
H1.HeaderClassName
{
color: #082129;
}
.AnyTagClassName
{
color: #082129;
}
</style>
background-color css
<style>
a { background-color: #082129; }
a { background-color: rgb(8,33,41); }
div.DivClassName
{
background-color: #082129;
}
.BgClassName
{
background-color: #082129;
}
</style>
border-color css
<style>
span { border-color: #082129; }
span { border-color: rgb(8,33,41); }
td.TdClassName
{
border-color: #082129;
}
.TagClassName
{
border-color: #082129;
}
</style>