Shades of Black Pearl #082629
Tints of Black Pearl #082629
RGB
CMYK
RGB Variations
Color information
#082629 (or 0x082629) is known color: Black Pearl. HEX triplet: 08, 26 and 29. RGB value is (8,38,41). Sum of RGB (Red+Green+Blue) = 8+38+41=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: blue. Hex color #082629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082629 is #F7D9D6. Grayscale: #1D1D1D. Windows color (decimal): -16243159 or 2696712. OLE color: 2696712.
HSL color Cylindrical-coordinate representation of color #082629: hue angle of 185.45º 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 #082629 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 38 | 41 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.84 |
| HSL | 185.45º | 0.67% | 0.1% | - |
| HSV(B) | 185.45º | 0.8% | 0.16% | - |
| XYZ | 1.19 | 1.6 | 2.34 | - |
| YUV | 29.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 41 | 0.80 | 0.07 | 0 | 0.84 | 185.45 | 0.67 | 0.1 |
| Hex | 8 | 26 | 29 | 50 | 7 | 0 | 54 | B9 | 43 | A |
| Octal | 10 | 46 | 51 | 120 | 7 | 0 | 124 | 271 | 103 | 12 |
| Binary | 1000 | 100110 | 101001 | 1010000 | 111 | 0 | 1010100 | 10111001 | 1000011 | 1010 |
Color Harmonies of #082629
Complementary color
Monochromatic Colors of #082629
Black with #082629
Text Example
Text Example
White with #082629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082629; }
p { color: rgb(8,38,41); }
H1.HeaderClassName
{
color: #082629;
}
.AnyTagClassName
{
color: #082629;
}
</style>
background-color css
<style>
a { background-color: #082629; }
a { background-color: rgb(8,38,41); }
div.DivClassName
{
background-color: #082629;
}
.BgClassName
{
background-color: #082629;
}
</style>
border-color css
<style>
span { border-color: #082629; }
span { border-color: rgb(8,38,41); }
td.TdClassName
{
border-color: #082629;
}
.TagClassName
{
border-color: #082629;
}
</style>