Shades of Black Pearl #081F2B
Tints of Black Pearl #081F2B
RGB
CMYK
RGB Variations
Color information
#081F2B (or 0x081F2B) is known color: Black Pearl. HEX triplet: 08, 1F and 2B. RGB value is (8,31,43). Sum of RGB (Red+Green+Blue) = 8+31+43=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #081F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F2B is #F7E0D4. Grayscale: #191919. Windows color (decimal): -16244949 or 2825992. OLE color: 2825992.
HSL color Cylindrical-coordinate representation of color #081F2B: hue angle of 200.57º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #081F2B is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 31 | 43 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.83 |
| HSL | 200.57º | 0.69% | 0.1% | - |
| HSV(B) | 200.57º | 0.81% | 0.17% | - |
| XYZ | 1.03 | 1.21 | 2.46 | - |
| YUV | 25.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 43 | 0.81 | 0.28 | 0 | 0.83 | 200.57 | 0.69 | 0.1 |
| Hex | 8 | 1F | 2B | 51 | 1C | 0 | 53 | C9 | 45 | A |
| Octal | 10 | 37 | 53 | 121 | 34 | 0 | 123 | 311 | 105 | 12 |
| Binary | 1000 | 11111 | 101011 | 1010001 | 11100 | 0 | 1010011 | 11001001 | 1000101 | 1010 |
Color Harmonies of #081F2B
Complementary color
Monochromatic Colors of #081F2B
Black with #081F2B
Text Example
Text Example
White with #081F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F2B; }
p { color: rgb(8,31,43); }
H1.HeaderClassName
{
color: #081F2B;
}
.AnyTagClassName
{
color: #081F2B;
}
</style>
background-color css
<style>
a { background-color: #081F2B; }
a { background-color: rgb(8,31,43); }
div.DivClassName
{
background-color: #081F2B;
}
.BgClassName
{
background-color: #081F2B;
}
</style>
border-color css
<style>
span { border-color: #081F2B; }
span { border-color: rgb(8,31,43); }
td.TdClassName
{
border-color: #081F2B;
}
.TagClassName
{
border-color: #081F2B;
}
</style>