Shades of Black Pearl #081D2E
Tints of Black Pearl #081D2E
RGB
CMYK
RGB Variations
Color information
#081D2E (or 0x081D2E) is known color: Black Pearl. HEX triplet: 08, 1D and 2E. RGB value is (8,29,46). Sum of RGB (Red+Green+Blue) = 8+29+46=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #081D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D2E is #F7E2D1. Grayscale: #181818. Windows color (decimal): -16245458 or 3022088. OLE color: 3022088.
HSL color Cylindrical-coordinate representation of color #081D2E: hue angle of 206.84º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #081D2E is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 29 | 46 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.82 |
| HSL | 206.84º | 0.7% | 0.11% | - |
| HSV(B) | 206.84º | 0.83% | 0.18% | - |
| XYZ | 1.03 | 1.13 | 2.75 | - |
| YUV | 24.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 46 | 0.83 | 0.37 | 0 | 0.82 | 206.84 | 0.7 | 0.11 |
| Hex | 8 | 1D | 2E | 53 | 25 | 0 | 52 | CF | 46 | B |
| Octal | 10 | 35 | 56 | 123 | 45 | 0 | 122 | 317 | 106 | 13 |
| Binary | 1000 | 11101 | 101110 | 1010011 | 100101 | 0 | 1010010 | 11001111 | 1000110 | 1011 |
Color Harmonies of #081D2E
Complementary color
Monochromatic Colors of #081D2E
Black with #081D2E
Text Example
Text Example
White with #081D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D2E; }
p { color: rgb(8,29,46); }
H1.HeaderClassName
{
color: #081D2E;
}
.AnyTagClassName
{
color: #081D2E;
}
</style>
background-color css
<style>
a { background-color: #081D2E; }
a { background-color: rgb(8,29,46); }
div.DivClassName
{
background-color: #081D2E;
}
.BgClassName
{
background-color: #081D2E;
}
</style>
border-color css
<style>
span { border-color: #081D2E; }
span { border-color: rgb(8,29,46); }
td.TdClassName
{
border-color: #081D2E;
}
.TagClassName
{
border-color: #081D2E;
}
</style>