Shades of Black Pearl #081E30
Tints of Black Pearl #081E30
RGB
CMYK
RGB Variations
Color information
#081E30 (or 0x081E30) is known color: Black Pearl. HEX triplet: 08, 1E and 30. RGB value is (8,30,48). Sum of RGB (Red+Green+Blue) = 8+30+48=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #081E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E30 is #F7E1CF. Grayscale: #191919. Windows color (decimal): -16245200 or 3153416. OLE color: 3153416.
HSL color Cylindrical-coordinate representation of color #081E30: hue angle of 207º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #081E30 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 30 | 48 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.81 |
| HSL | 207º | 0.71% | 0.11% | - |
| HSV(B) | 207º | 0.83% | 0.19% | - |
| XYZ | 1.1 | 1.19 | 2.97 | - |
| YUV | 25.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 48 | 0.83 | 0.37 | 0 | 0.81 | 207 | 0.71 | 0.11 |
| Hex | 8 | 1E | 30 | 53 | 25 | 0 | 51 | CF | 47 | B |
| Octal | 10 | 36 | 60 | 123 | 45 | 0 | 121 | 317 | 107 | 13 |
| Binary | 1000 | 11110 | 110000 | 1010011 | 100101 | 0 | 1010001 | 11001111 | 1000111 | 1011 |
Color Harmonies of #081E30
Complementary color
Monochromatic Colors of #081E30
Black with #081E30
Text Example
Text Example
White with #081E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E30; }
p { color: rgb(8,30,48); }
H1.HeaderClassName
{
color: #081E30;
}
.AnyTagClassName
{
color: #081E30;
}
</style>
background-color css
<style>
a { background-color: #081E30; }
a { background-color: rgb(8,30,48); }
div.DivClassName
{
background-color: #081E30;
}
.BgClassName
{
background-color: #081E30;
}
</style>
border-color css
<style>
span { border-color: #081E30; }
span { border-color: rgb(8,30,48); }
td.TdClassName
{
border-color: #081E30;
}
.TagClassName
{
border-color: #081E30;
}
</style>