Shades of Black Pearl #081F25
Tints of Black Pearl #081F25
RGB
CMYK
RGB Variations
Color information
#081F25 (or 0x081F25) is known color: Black Pearl. HEX triplet: 08, 1F and 25. RGB value is (8,31,37). Sum of RGB (Red+Green+Blue) = 8+31+37=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #081F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F25 is #F7E0DA. Grayscale: #181818. Windows color (decimal): -16244955 or 2432776. OLE color: 2432776.
HSL color Cylindrical-coordinate representation of color #081F25: hue angle of 192.41º 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 #081F25 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 31 | 37 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.85 |
| HSL | 192.41º | 0.64% | 0.09% | - |
| HSV(B) | 192.41º | 0.78% | 0.15% | - |
| XYZ | 0.92 | 1.17 | 1.93 | - |
| YUV | 24.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 37 | 0.78 | 0.16 | 0 | 0.85 | 192.41 | 0.64 | 0.09 |
| Hex | 8 | 1F | 25 | 4E | 10 | 0 | 55 | C0 | 40 | 9 |
| Octal | 10 | 37 | 45 | 116 | 20 | 0 | 125 | 300 | 100 | 11 |
| Binary | 1000 | 11111 | 100101 | 1001110 | 10000 | 0 | 1010101 | 11000000 | 1000000 | 1001 |
Color Harmonies of #081F25
Complementary color
Monochromatic Colors of #081F25
Black with #081F25
Text Example
Text Example
White with #081F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F25; }
p { color: rgb(8,31,37); }
H1.HeaderClassName
{
color: #081F25;
}
.AnyTagClassName
{
color: #081F25;
}
</style>
background-color css
<style>
a { background-color: #081F25; }
a { background-color: rgb(8,31,37); }
div.DivClassName
{
background-color: #081F25;
}
.BgClassName
{
background-color: #081F25;
}
</style>
border-color css
<style>
span { border-color: #081F25; }
span { border-color: rgb(8,31,37); }
td.TdClassName
{
border-color: #081F25;
}
.TagClassName
{
border-color: #081F25;
}
</style>