Shades of Black Pearl #081F30
Tints of Black Pearl #081F30
RGB
CMYK
RGB Variations
Color information
#081F30 (or 0x081F30) is known color: Black Pearl. HEX triplet: 08, 1F and 30. RGB value is (8,31,48). Sum of RGB (Red+Green+Blue) = 8+31+48=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #081F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F30 is #F7E0CF. Grayscale: #191919. Windows color (decimal): -16244944 or 3153672. OLE color: 3153672.
HSL color Cylindrical-coordinate representation of color #081F30: hue angle of 205.5º 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 #081F30 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 31 | 48 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.81 |
| HSL | 205.5º | 0.71% | 0.11% | - |
| HSV(B) | 205.5º | 0.83% | 0.19% | - |
| XYZ | 1.12 | 1.24 | 2.98 | - |
| YUV | 26.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 48 | 0.83 | 0.35 | 0 | 0.81 | 205.5 | 0.71 | 0.11 |
| Hex | 8 | 1F | 30 | 53 | 23 | 0 | 51 | CE | 47 | B |
| Octal | 10 | 37 | 60 | 123 | 43 | 0 | 121 | 316 | 107 | 13 |
| Binary | 1000 | 11111 | 110000 | 1010011 | 100011 | 0 | 1010001 | 11001110 | 1000111 | 1011 |
Color Harmonies of #081F30
Complementary color
Monochromatic Colors of #081F30
Black with #081F30
Text Example
Text Example
White with #081F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F30; }
p { color: rgb(8,31,48); }
H1.HeaderClassName
{
color: #081F30;
}
.AnyTagClassName
{
color: #081F30;
}
</style>
background-color css
<style>
a { background-color: #081F30; }
a { background-color: rgb(8,31,48); }
div.DivClassName
{
background-color: #081F30;
}
.BgClassName
{
background-color: #081F30;
}
</style>
border-color css
<style>
span { border-color: #081F30; }
span { border-color: rgb(8,31,48); }
td.TdClassName
{
border-color: #081F30;
}
.TagClassName
{
border-color: #081F30;
}
</style>