Shades of Black Pearl #081D2C
Tints of Black Pearl #081D2C
RGB
CMYK
RGB Variations
Color information
#081D2C (or 0x081D2C) is known color: Black Pearl. HEX triplet: 08, 1D and 2C. RGB value is (8,29,44). Sum of RGB (Red+Green+Blue) = 8+29+44=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #081D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D2C is #F7E2D3. Grayscale: #181818. Windows color (decimal): -16245460 or 2891016. OLE color: 2891016.
HSL color Cylindrical-coordinate representation of color #081D2C: hue angle of 205º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #081D2C is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 29 | 44 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.83 |
| HSL | 205º | 0.69% | 0.1% | - |
| HSV(B) | 205º | 0.82% | 0.17% | - |
| XYZ | 0.99 | 1.11 | 2.55 | - |
| YUV | 24.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 44 | 0.82 | 0.34 | 0 | 0.83 | 205 | 0.69 | 0.1 |
| Hex | 8 | 1D | 2C | 52 | 22 | 0 | 53 | CD | 45 | A |
| Octal | 10 | 35 | 54 | 122 | 42 | 0 | 123 | 315 | 105 | 12 |
| Binary | 1000 | 11101 | 101100 | 1010010 | 100010 | 0 | 1010011 | 11001101 | 1000101 | 1010 |
Color Harmonies of #081D2C
Complementary color
Monochromatic Colors of #081D2C
Black with #081D2C
Text Example
Text Example
White with #081D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D2C; }
p { color: rgb(8,29,44); }
H1.HeaderClassName
{
color: #081D2C;
}
.AnyTagClassName
{
color: #081D2C;
}
</style>
background-color css
<style>
a { background-color: #081D2C; }
a { background-color: rgb(8,29,44); }
div.DivClassName
{
background-color: #081D2C;
}
.BgClassName
{
background-color: #081D2C;
}
</style>
border-color css
<style>
span { border-color: #081D2C; }
span { border-color: rgb(8,29,44); }
td.TdClassName
{
border-color: #081D2C;
}
.TagClassName
{
border-color: #081D2C;
}
</style>