Shades of Black Pearl #081525
Tints of Black Pearl #081525
RGB
CMYK
RGB Variations
Color information
#081525 (or 0x081525) is known color: Black Pearl. HEX triplet: 08, 15 and 25. RGB value is (8,21,37). Sum of RGB (Red+Green+Blue) = 8+21+37=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #081525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081525 is #F7EADA. Grayscale: #121212. Windows color (decimal): -16247515 or 2430216. OLE color: 2430216.
HSL color Cylindrical-coordinate representation of color #081525: hue angle of 213.1º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081525 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 21 | 37 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.85 |
| HSL | 213.1º | 0.64% | 0.09% | - |
| HSV(B) | 213.1º | 0.78% | 0.15% | - |
| XYZ | 0.7 | 0.72 | 1.85 | - |
| YUV | 18.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 37 | 0.78 | 0.43 | 0 | 0.85 | 213.1 | 0.64 | 0.09 |
| Hex | 8 | 15 | 25 | 4E | 2B | 0 | 55 | D5 | 40 | 9 |
| Octal | 10 | 25 | 45 | 116 | 53 | 0 | 125 | 325 | 100 | 11 |
| Binary | 1000 | 10101 | 100101 | 1001110 | 101011 | 0 | 1010101 | 11010101 | 1000000 | 1001 |
Color Harmonies of #081525
Complementary color
Monochromatic Colors of #081525
Black with #081525
Text Example
Text Example
White with #081525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081525; }
p { color: rgb(8,21,37); }
H1.HeaderClassName
{
color: #081525;
}
.AnyTagClassName
{
color: #081525;
}
</style>
background-color css
<style>
a { background-color: #081525; }
a { background-color: rgb(8,21,37); }
div.DivClassName
{
background-color: #081525;
}
.BgClassName
{
background-color: #081525;
}
</style>
border-color css
<style>
span { border-color: #081525; }
span { border-color: rgb(8,21,37); }
td.TdClassName
{
border-color: #081525;
}
.TagClassName
{
border-color: #081525;
}
</style>