Shades of Black Pearl #081A25
Tints of Black Pearl #081A25
RGB
CMYK
RGB Variations
Color information
#081A25 (or 0x081A25) is known color: Black Pearl. HEX triplet: 08, 1A and 25. RGB value is (8,26,37). Sum of RGB (Red+Green+Blue) = 8+26+37=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #081A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A25 is #F7E5DA. Grayscale: #151515. Windows color (decimal): -16246235 or 2431496. OLE color: 2431496.
HSL color Cylindrical-coordinate representation of color #081A25: hue angle of 202.76º 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 #081A25 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 26 | 37 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.85 |
| HSL | 202.76º | 0.64% | 0.09% | - |
| HSV(B) | 202.76º | 0.78% | 0.15% | - |
| XYZ | 0.8 | 0.92 | 1.89 | - |
| YUV | 21.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 37 | 0.78 | 0.30 | 0 | 0.85 | 202.76 | 0.64 | 0.09 |
| Hex | 8 | 1A | 25 | 4E | 1E | 0 | 55 | CB | 40 | 9 |
| Octal | 10 | 32 | 45 | 116 | 36 | 0 | 125 | 313 | 100 | 11 |
| Binary | 1000 | 11010 | 100101 | 1001110 | 11110 | 0 | 1010101 | 11001011 | 1000000 | 1001 |
Color Harmonies of #081A25
Complementary color
Monochromatic Colors of #081A25
Black with #081A25
Text Example
Text Example
White with #081A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A25; }
p { color: rgb(8,26,37); }
H1.HeaderClassName
{
color: #081A25;
}
.AnyTagClassName
{
color: #081A25;
}
</style>
background-color css
<style>
a { background-color: #081A25; }
a { background-color: rgb(8,26,37); }
div.DivClassName
{
background-color: #081A25;
}
.BgClassName
{
background-color: #081A25;
}
</style>
border-color css
<style>
span { border-color: #081A25; }
span { border-color: rgb(8,26,37); }
td.TdClassName
{
border-color: #081A25;
}
.TagClassName
{
border-color: #081A25;
}
</style>