Shades of Black Pearl #081B1D
Tints of Black Pearl #081B1D
RGB
CMYK
RGB Variations
Color information
#081B1D (or 0x081B1D) is known color: Black Pearl. HEX triplet: 08, 1B and 1D. RGB value is (8,27,29). Sum of RGB (Red+Green+Blue) = 8+27+29=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #081B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B1D is #F7E4E2. Grayscale: #151515. Windows color (decimal): -16245987 or 1907464. OLE color: 1907464.
HSL color Cylindrical-coordinate representation of color #081B1D: hue angle of 185.71º 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 #081B1D is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 27 | 29 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.89 |
| HSL | 185.71º | 0.57% | 0.07% | - |
| HSV(B) | 185.71º | 0.72% | 0.11% | - |
| XYZ | 0.71 | 0.92 | 1.3 | - |
| YUV | 21.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 29 | 0.72 | 0.07 | 0 | 0.89 | 185.71 | 0.57 | 0.07 |
| Hex | 8 | 1B | 1D | 48 | 7 | 0 | 59 | BA | 39 | 7 |
| Octal | 10 | 33 | 35 | 110 | 7 | 0 | 131 | 272 | 71 | 7 |
| Binary | 1000 | 11011 | 11101 | 1001000 | 111 | 0 | 1011001 | 10111010 | 111001 | 111 |
Color Harmonies of #081B1D
Complementary color
Monochromatic Colors of #081B1D
Black with #081B1D
Text Example
Text Example
White with #081B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B1D; }
p { color: rgb(8,27,29); }
H1.HeaderClassName
{
color: #081B1D;
}
.AnyTagClassName
{
color: #081B1D;
}
</style>
background-color css
<style>
a { background-color: #081B1D; }
a { background-color: rgb(8,27,29); }
div.DivClassName
{
background-color: #081B1D;
}
.BgClassName
{
background-color: #081B1D;
}
</style>
border-color css
<style>
span { border-color: #081B1D; }
span { border-color: rgb(8,27,29); }
td.TdClassName
{
border-color: #081B1D;
}
.TagClassName
{
border-color: #081B1D;
}
</style>