Shades of Black Pearl #081E34
Tints of Black Pearl #081E34
RGB
CMYK
RGB Variations
Color information
#081E34 (or 0x081E34) is known color: Black Pearl. HEX triplet: 08, 1E and 34. RGB value is (8,30,52). Sum of RGB (Red+Green+Blue) = 8+30+52=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #081E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E34 is #F7E1CB. Grayscale: #191919. Windows color (decimal): -16245196 or 3415560. OLE color: 3415560.
HSL color Cylindrical-coordinate representation of color #081E34: hue angle of 210º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #081E34 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 30 | 52 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.80 |
| HSL | 210º | 0.73% | 0.12% | - |
| HSV(B) | 210º | 0.85% | 0.2% | - |
| XYZ | 1.18 | 1.23 | 3.42 | - |
| YUV | 25.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 52 | 0.85 | 0.42 | 0 | 0.80 | 210 | 0.73 | 0.12 |
| Hex | 8 | 1E | 34 | 55 | 2A | 0 | 50 | D2 | 49 | C |
| Octal | 10 | 36 | 64 | 125 | 52 | 0 | 120 | 322 | 111 | 14 |
| Binary | 1000 | 11110 | 110100 | 1010101 | 101010 | 0 | 1010000 | 11010010 | 1001001 | 1100 |
Color Harmonies of #081E34
Complementary color
Monochromatic Colors of #081E34
Black with #081E34
Text Example
Text Example
White with #081E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E34; }
p { color: rgb(8,30,52); }
H1.HeaderClassName
{
color: #081E34;
}
.AnyTagClassName
{
color: #081E34;
}
</style>
background-color css
<style>
a { background-color: #081E34; }
a { background-color: rgb(8,30,52); }
div.DivClassName
{
background-color: #081E34;
}
.BgClassName
{
background-color: #081E34;
}
</style>
border-color css
<style>
span { border-color: #081E34; }
span { border-color: rgb(8,30,52); }
td.TdClassName
{
border-color: #081E34;
}
.TagClassName
{
border-color: #081E34;
}
</style>