Shades of Black Pearl #081E27
Tints of Black Pearl #081E27
RGB
CMYK
RGB Variations
Color information
#081E27 (or 0x081E27) is known color: Black Pearl. HEX triplet: 08, 1E and 27. RGB value is (8,30,39). Sum of RGB (Red+Green+Blue) = 8+30+39=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #081E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E27 is #F7E1D8. Grayscale: #181818. Windows color (decimal): -16245209 or 2563592. OLE color: 2563592.
HSL color Cylindrical-coordinate representation of color #081E27: hue angle of 197.42º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #081E27 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 30 | 39 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.85 |
| HSL | 197.42º | 0.66% | 0.09% | - |
| HSV(B) | 197.42º | 0.79% | 0.15% | - |
| XYZ | 0.93 | 1.13 | 2.09 | - |
| YUV | 24.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 39 | 0.79 | 0.23 | 0 | 0.85 | 197.42 | 0.66 | 0.09 |
| Hex | 8 | 1E | 27 | 4F | 17 | 0 | 55 | C5 | 42 | 9 |
| Octal | 10 | 36 | 47 | 117 | 27 | 0 | 125 | 305 | 102 | 11 |
| Binary | 1000 | 11110 | 100111 | 1001111 | 10111 | 0 | 1010101 | 11000101 | 1000010 | 1001 |
Color Harmonies of #081E27
Complementary color
Monochromatic Colors of #081E27
Black with #081E27
Text Example
Text Example
White with #081E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E27; }
p { color: rgb(8,30,39); }
H1.HeaderClassName
{
color: #081E27;
}
.AnyTagClassName
{
color: #081E27;
}
</style>
background-color css
<style>
a { background-color: #081E27; }
a { background-color: rgb(8,30,39); }
div.DivClassName
{
background-color: #081E27;
}
.BgClassName
{
background-color: #081E27;
}
</style>
border-color css
<style>
span { border-color: #081E27; }
span { border-color: rgb(8,30,39); }
td.TdClassName
{
border-color: #081E27;
}
.TagClassName
{
border-color: #081E27;
}
</style>