Shades of Black Pearl #081E32
Tints of Black Pearl #081E32
RGB
CMYK
RGB Variations
Color information
#081E32 (or 0x081E32) is known color: Black Pearl. HEX triplet: 08, 1E and 32. RGB value is (8,30,50). Sum of RGB (Red+Green+Blue) = 8+30+50=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #081E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E32 is #F7E1CD. Grayscale: #191919. Windows color (decimal): -16245198 or 3284488. OLE color: 3284488.
HSL color Cylindrical-coordinate representation of color #081E32: hue angle of 208.57º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081E32 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 30 | 50 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.80 |
| HSL | 208.57º | 0.72% | 0.11% | - |
| HSV(B) | 208.57º | 0.84% | 0.2% | - |
| XYZ | 1.14 | 1.21 | 3.19 | - |
| YUV | 25.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 50 | 0.84 | 0.40 | 0 | 0.80 | 208.57 | 0.72 | 0.11 |
| Hex | 8 | 1E | 32 | 54 | 28 | 0 | 50 | D1 | 48 | B |
| Octal | 10 | 36 | 62 | 124 | 50 | 0 | 120 | 321 | 110 | 13 |
| Binary | 1000 | 11110 | 110010 | 1010100 | 101000 | 0 | 1010000 | 11010001 | 1001000 | 1011 |
Color Harmonies of #081E32
Complementary color
Monochromatic Colors of #081E32
Black with #081E32
Text Example
Text Example
White with #081E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E32; }
p { color: rgb(8,30,50); }
H1.HeaderClassName
{
color: #081E32;
}
.AnyTagClassName
{
color: #081E32;
}
</style>
background-color css
<style>
a { background-color: #081E32; }
a { background-color: rgb(8,30,50); }
div.DivClassName
{
background-color: #081E32;
}
.BgClassName
{
background-color: #081E32;
}
</style>
border-color css
<style>
span { border-color: #081E32; }
span { border-color: rgb(8,30,50); }
td.TdClassName
{
border-color: #081E32;
}
.TagClassName
{
border-color: #081E32;
}
</style>