Shades of Black Pearl #081E36
Tints of Black Pearl #081E36
RGB
CMYK
RGB Variations
Color information
#081E36 (or 0x081E36) is known color: Black Pearl. HEX triplet: 08, 1E and 36. RGB value is (8,30,54). Sum of RGB (Red+Green+Blue) = 8+30+54=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #081E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E36 is #F7E1C9. Grayscale: #1A1A1A. Windows color (decimal): -16245194 or 3546632. OLE color: 3546632.
HSL color Cylindrical-coordinate representation of color #081E36: hue angle of 211.3º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #081E36 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 30 | 54 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.79 |
| HSL | 211.3º | 0.74% | 0.12% | - |
| HSV(B) | 211.3º | 0.85% | 0.21% | - |
| XYZ | 1.23 | 1.25 | 3.67 | - |
| YUV | 26.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 54 | 0.85 | 0.44 | 0 | 0.79 | 211.3 | 0.74 | 0.12 |
| Hex | 8 | 1E | 36 | 55 | 2C | 0 | 4F | D3 | 4A | C |
| Octal | 10 | 36 | 66 | 125 | 54 | 0 | 117 | 323 | 112 | 14 |
| Binary | 1000 | 11110 | 110110 | 1010101 | 101100 | 0 | 1001111 | 11010011 | 1001010 | 1100 |
Color Harmonies of #081E36
Complementary color
Monochromatic Colors of #081E36
Black with #081E36
Text Example
Text Example
White with #081E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E36; }
p { color: rgb(8,30,54); }
H1.HeaderClassName
{
color: #081E36;
}
.AnyTagClassName
{
color: #081E36;
}
</style>
background-color css
<style>
a { background-color: #081E36; }
a { background-color: rgb(8,30,54); }
div.DivClassName
{
background-color: #081E36;
}
.BgClassName
{
background-color: #081E36;
}
</style>
border-color css
<style>
span { border-color: #081E36; }
span { border-color: rgb(8,30,54); }
td.TdClassName
{
border-color: #081E36;
}
.TagClassName
{
border-color: #081E36;
}
</style>