Shades of Black Pearl #081E25
Tints of Black Pearl #081E25
RGB
CMYK
RGB Variations
Color information
#081E25 (or 0x081E25) is known color: Black Pearl. HEX triplet: 08, 1E and 25. RGB value is (8,30,37). Sum of RGB (Red+Green+Blue) = 8+30+37=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #081E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E25 is #F7E1DA. Grayscale: #181818. Windows color (decimal): -16245211 or 2432520. OLE color: 2432520.
HSL color Cylindrical-coordinate representation of color #081E25: hue angle of 194.48º 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 #081E25 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 30 | 37 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.85 |
| HSL | 194.48º | 0.64% | 0.09% | - |
| HSV(B) | 194.48º | 0.78% | 0.15% | - |
| XYZ | 0.9 | 1.11 | 1.92 | - |
| YUV | 24.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 37 | 0.78 | 0.19 | 0 | 0.85 | 194.48 | 0.64 | 0.09 |
| Hex | 8 | 1E | 25 | 4E | 13 | 0 | 55 | C2 | 40 | 9 |
| Octal | 10 | 36 | 45 | 116 | 23 | 0 | 125 | 302 | 100 | 11 |
| Binary | 1000 | 11110 | 100101 | 1001110 | 10011 | 0 | 1010101 | 11000010 | 1000000 | 1001 |
Color Harmonies of #081E25
Complementary color
Monochromatic Colors of #081E25
Black with #081E25
Text Example
Text Example
White with #081E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E25; }
p { color: rgb(8,30,37); }
H1.HeaderClassName
{
color: #081E25;
}
.AnyTagClassName
{
color: #081E25;
}
</style>
background-color css
<style>
a { background-color: #081E25; }
a { background-color: rgb(8,30,37); }
div.DivClassName
{
background-color: #081E25;
}
.BgClassName
{
background-color: #081E25;
}
</style>
border-color css
<style>
span { border-color: #081E25; }
span { border-color: rgb(8,30,37); }
td.TdClassName
{
border-color: #081E25;
}
.TagClassName
{
border-color: #081E25;
}
</style>