Shades of Black Pearl #081B2D
Tints of Black Pearl #081B2D
RGB
CMYK
RGB Variations
Color information
#081B2D (or 0x081B2D) is known color: Black Pearl. HEX triplet: 08, 1B and 2D. RGB value is (8,27,45). Sum of RGB (Red+Green+Blue) = 8+27+45=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #081B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B2D is #F7E4D2. Grayscale: #171717. Windows color (decimal): -16245971 or 2956040. OLE color: 2956040.
HSL color Cylindrical-coordinate representation of color #081B2D: hue angle of 209.19º 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 #081B2D is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 27 | 45 | - |
| CMYK | 0.82 | 0.4 | 0 | 0.82 |
| HSL | 209.19º | 0.7% | 0.1% | - |
| HSV(B) | 209.19º | 0.82% | 0.18% | - |
| XYZ | 0.97 | 1.02 | 2.63 | - |
| YUV | 23.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 45 | 0.82 | 0.4 | 0 | 0.82 | 209.19 | 0.7 | 0.1 |
| Hex | 8 | 1B | 2D | 52 | 28 | 0 | 52 | D1 | 46 | A |
| Octal | 10 | 33 | 55 | 122 | 50 | 0 | 122 | 321 | 106 | 12 |
| Binary | 1000 | 11011 | 101101 | 1010010 | 101000 | 0 | 1010010 | 11010001 | 1000110 | 1010 |
Color Harmonies of #081B2D
Complementary color
Monochromatic Colors of #081B2D
Black with #081B2D
Text Example
Text Example
White with #081B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B2D; }
p { color: rgb(8,27,45); }
H1.HeaderClassName
{
color: #081B2D;
}
.AnyTagClassName
{
color: #081B2D;
}
</style>
background-color css
<style>
a { background-color: #081B2D; }
a { background-color: rgb(8,27,45); }
div.DivClassName
{
background-color: #081B2D;
}
.BgClassName
{
background-color: #081B2D;
}
</style>
border-color css
<style>
span { border-color: #081B2D; }
span { border-color: rgb(8,27,45); }
td.TdClassName
{
border-color: #081B2D;
}
.TagClassName
{
border-color: #081B2D;
}
</style>