Shades of Black Pearl #082027
Tints of Black Pearl #082027
RGB
CMYK
RGB Variations
Color information
#082027 (or 0x082027) is known color: Black Pearl. HEX triplet: 08, 20 and 27. RGB value is (8,32,39). Sum of RGB (Red+Green+Blue) = 8+32+39=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #082027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082027 is #F7DFD8. Grayscale: #191919. Windows color (decimal): -16244697 or 2564104. OLE color: 2564104.
HSL color Cylindrical-coordinate representation of color #082027: hue angle of 193.55º degrees, saturation: 0.66, 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 #082027 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 32 | 39 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.85 |
| HSL | 193.55º | 0.66% | 0.09% | - |
| HSV(B) | 193.55º | 0.79% | 0.15% | - |
| XYZ | 0.98 | 1.23 | 2.11 | - |
| YUV | 25.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 39 | 0.79 | 0.18 | 0 | 0.85 | 193.55 | 0.66 | 0.09 |
| Hex | 8 | 20 | 27 | 4F | 12 | 0 | 55 | C2 | 42 | 9 |
| Octal | 10 | 40 | 47 | 117 | 22 | 0 | 125 | 302 | 102 | 11 |
| Binary | 1000 | 100000 | 100111 | 1001111 | 10010 | 0 | 1010101 | 11000010 | 1000010 | 1001 |
Color Harmonies of #082027
Complementary color
Monochromatic Colors of #082027
Black with #082027
Text Example
Text Example
White with #082027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082027; }
p { color: rgb(8,32,39); }
H1.HeaderClassName
{
color: #082027;
}
.AnyTagClassName
{
color: #082027;
}
</style>
background-color css
<style>
a { background-color: #082027; }
a { background-color: rgb(8,32,39); }
div.DivClassName
{
background-color: #082027;
}
.BgClassName
{
background-color: #082027;
}
</style>
border-color css
<style>
span { border-color: #082027; }
span { border-color: rgb(8,32,39); }
td.TdClassName
{
border-color: #082027;
}
.TagClassName
{
border-color: #082027;
}
</style>