Shades of Black Pearl #082427
Tints of Black Pearl #082427
RGB
CMYK
RGB Variations
Color information
#082427 (or 0x082427) is known color: Black Pearl. HEX triplet: 08, 24 and 27. RGB value is (8,36,39). Sum of RGB (Red+Green+Blue) = 8+36+39=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #082427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082427 is #F7DBD8. Grayscale: #1B1B1B. Windows color (decimal): -16243673 or 2565128. OLE color: 2565128.
HSL color Cylindrical-coordinate representation of color #082427: hue angle of 185.81º 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 #082427 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 36 | 39 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.85 |
| HSL | 185.81º | 0.66% | 0.09% | - |
| HSV(B) | 185.81º | 0.79% | 0.15% | - |
| XYZ | 1.1 | 1.46 | 2.14 | - |
| YUV | 27.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 39 | 0.79 | 0.08 | 0 | 0.85 | 185.81 | 0.66 | 0.09 |
| Hex | 8 | 24 | 27 | 4F | 8 | 0 | 55 | BA | 42 | 9 |
| Octal | 10 | 44 | 47 | 117 | 10 | 0 | 125 | 272 | 102 | 11 |
| Binary | 1000 | 100100 | 100111 | 1001111 | 1000 | 0 | 1010101 | 10111010 | 1000010 | 1001 |
Color Harmonies of #082427
Complementary color
Monochromatic Colors of #082427
Black with #082427
Text Example
Text Example
White with #082427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082427; }
p { color: rgb(8,36,39); }
H1.HeaderClassName
{
color: #082427;
}
.AnyTagClassName
{
color: #082427;
}
</style>
background-color css
<style>
a { background-color: #082427; }
a { background-color: rgb(8,36,39); }
div.DivClassName
{
background-color: #082427;
}
.BgClassName
{
background-color: #082427;
}
</style>
border-color css
<style>
span { border-color: #082427; }
span { border-color: rgb(8,36,39); }
td.TdClassName
{
border-color: #082427;
}
.TagClassName
{
border-color: #082427;
}
</style>