Shades of Black Pearl #081A1D
Tints of Black Pearl #081A1D
RGB
CMYK
RGB Variations
Color information
#081A1D (or 0x081A1D) is known color: Black Pearl. HEX triplet: 08, 1A and 1D. RGB value is (8,26,29). Sum of RGB (Red+Green+Blue) = 8+26+29=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #081A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A1D is #F7E5E2. Grayscale: #141414. Windows color (decimal): -16246243 or 1907208. OLE color: 1907208.
HSL color Cylindrical-coordinate representation of color #081A1D: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081A1D is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 26 | 29 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.89 |
| HSL | 188.57º | 0.57% | 0.07% | - |
| HSV(B) | 188.57º | 0.72% | 0.11% | - |
| XYZ | 0.69 | 0.88 | 1.3 | - |
| YUV | 20.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 29 | 0.72 | 0.10 | 0 | 0.89 | 188.57 | 0.57 | 0.07 |
| Hex | 8 | 1A | 1D | 48 | A | 0 | 59 | BD | 39 | 7 |
| Octal | 10 | 32 | 35 | 110 | 12 | 0 | 131 | 275 | 71 | 7 |
| Binary | 1000 | 11010 | 11101 | 1001000 | 1010 | 0 | 1011001 | 10111101 | 111001 | 111 |
Color Harmonies of #081A1D
Complementary color
Monochromatic Colors of #081A1D
Black with #081A1D
Text Example
Text Example
White with #081A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A1D; }
p { color: rgb(8,26,29); }
H1.HeaderClassName
{
color: #081A1D;
}
.AnyTagClassName
{
color: #081A1D;
}
</style>
background-color css
<style>
a { background-color: #081A1D; }
a { background-color: rgb(8,26,29); }
div.DivClassName
{
background-color: #081A1D;
}
.BgClassName
{
background-color: #081A1D;
}
</style>
border-color css
<style>
span { border-color: #081A1D; }
span { border-color: rgb(8,26,29); }
td.TdClassName
{
border-color: #081A1D;
}
.TagClassName
{
border-color: #081A1D;
}
</style>