Shades of Black Pearl #082028
Tints of Black Pearl #082028
RGB
CMYK
RGB Variations
Color information
#082028 (or 0x082028) is known color: Black Pearl. HEX triplet: 08, 20 and 28. RGB value is (8,32,40). Sum of RGB (Red+Green+Blue) = 8+32+40=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #082028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082028 is #F7DFD7. Grayscale: #191919. Windows color (decimal): -16244696 or 2629640. OLE color: 2629640.
HSL color Cylindrical-coordinate representation of color #082028: hue angle of 195º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082028 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 32 | 40 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.84 |
| HSL | 195º | 0.67% | 0.09% | - |
| HSV(B) | 195º | 0.8% | 0.16% | - |
| XYZ | 1 | 1.24 | 2.19 | - |
| YUV | 25.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 40 | 0.80 | 0.20 | 0 | 0.84 | 195 | 0.67 | 0.09 |
| Hex | 8 | 20 | 28 | 50 | 14 | 0 | 54 | C3 | 43 | 9 |
| Octal | 10 | 40 | 50 | 120 | 24 | 0 | 124 | 303 | 103 | 11 |
| Binary | 1000 | 100000 | 101000 | 1010000 | 10100 | 0 | 1010100 | 11000011 | 1000011 | 1001 |
Color Harmonies of #082028
Complementary color
Monochromatic Colors of #082028
Black with #082028
Text Example
Text Example
White with #082028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082028; }
p { color: rgb(8,32,40); }
H1.HeaderClassName
{
color: #082028;
}
.AnyTagClassName
{
color: #082028;
}
</style>
background-color css
<style>
a { background-color: #082028; }
a { background-color: rgb(8,32,40); }
div.DivClassName
{
background-color: #082028;
}
.BgClassName
{
background-color: #082028;
}
</style>
border-color css
<style>
span { border-color: #082028; }
span { border-color: rgb(8,32,40); }
td.TdClassName
{
border-color: #082028;
}
.TagClassName
{
border-color: #082028;
}
</style>