Shades of Black Pearl #081D2D
Tints of Black Pearl #081D2D
RGB
CMYK
RGB Variations
Color information
#081D2D (or 0x081D2D) is known color: Black Pearl. HEX triplet: 08, 1D and 2D. RGB value is (8,29,45). Sum of RGB (Red+Green+Blue) = 8+29+45=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #081D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D2D is #F7E2D2. Grayscale: #181818. Windows color (decimal): -16245459 or 2956552. OLE color: 2956552.
HSL color Cylindrical-coordinate representation of color #081D2D: hue angle of 205.95º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #081D2D is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 29 | 45 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.82 |
| HSL | 205.95º | 0.7% | 0.1% | - |
| HSV(B) | 205.95º | 0.82% | 0.18% | - |
| XYZ | 1.01 | 1.12 | 2.65 | - |
| YUV | 24.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 45 | 0.82 | 0.36 | 0 | 0.82 | 205.95 | 0.7 | 0.1 |
| Hex | 8 | 1D | 2D | 52 | 24 | 0 | 52 | CE | 46 | A |
| Octal | 10 | 35 | 55 | 122 | 44 | 0 | 122 | 316 | 106 | 12 |
| Binary | 1000 | 11101 | 101101 | 1010010 | 100100 | 0 | 1010010 | 11001110 | 1000110 | 1010 |
Color Harmonies of #081D2D
Complementary color
Monochromatic Colors of #081D2D
Black with #081D2D
Text Example
Text Example
White with #081D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D2D; }
p { color: rgb(8,29,45); }
H1.HeaderClassName
{
color: #081D2D;
}
.AnyTagClassName
{
color: #081D2D;
}
</style>
background-color css
<style>
a { background-color: #081D2D; }
a { background-color: rgb(8,29,45); }
div.DivClassName
{
background-color: #081D2D;
}
.BgClassName
{
background-color: #081D2D;
}
</style>
border-color css
<style>
span { border-color: #081D2D; }
span { border-color: rgb(8,29,45); }
td.TdClassName
{
border-color: #081D2D;
}
.TagClassName
{
border-color: #081D2D;
}
</style>