Shades of Black Pearl #082535
Tints of Black Pearl #082535
RGB
CMYK
RGB Variations
Color information
#082535 (or 0x082535) is known color: Black Pearl. HEX triplet: 08, 25 and 35. RGB value is (8,37,53). Sum of RGB (Red+Green+Blue) = 8+37+53=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #082535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082535 is #F7DACA. Grayscale: #1E1E1E. Windows color (decimal): -16243403 or 3482888. OLE color: 3482888.
HSL color Cylindrical-coordinate representation of color #082535: hue angle of 201.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082535 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 37 | 53 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.79 |
| HSL | 201.33º | 0.74% | 0.12% | - |
| HSV(B) | 201.33º | 0.85% | 0.21% | - |
| XYZ | 1.4 | 1.63 | 3.61 | - |
| YUV | 30.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 53 | 0.85 | 0.30 | 0 | 0.79 | 201.33 | 0.74 | 0.12 |
| Hex | 8 | 25 | 35 | 55 | 1E | 0 | 4F | C9 | 4A | C |
| Octal | 10 | 45 | 65 | 125 | 36 | 0 | 117 | 311 | 112 | 14 |
| Binary | 1000 | 100101 | 110101 | 1010101 | 11110 | 0 | 1001111 | 11001001 | 1001010 | 1100 |
Color Harmonies of #082535
Complementary color
Monochromatic Colors of #082535
Black with #082535
Text Example
Text Example
White with #082535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082535; }
p { color: rgb(8,37,53); }
H1.HeaderClassName
{
color: #082535;
}
.AnyTagClassName
{
color: #082535;
}
</style>
background-color css
<style>
a { background-color: #082535; }
a { background-color: rgb(8,37,53); }
div.DivClassName
{
background-color: #082535;
}
.BgClassName
{
background-color: #082535;
}
</style>
border-color css
<style>
span { border-color: #082535; }
span { border-color: rgb(8,37,53); }
td.TdClassName
{
border-color: #082535;
}
.TagClassName
{
border-color: #082535;
}
</style>