Shades of Black Pearl #031E28
Tints of Black Pearl #031E28
RGB
CMYK
RGB Variations
Color information
#031E28 (or 0x031E28) is known color: Black Pearl. HEX triplet: 03, 1E and 28. RGB value is (3,30,40). Sum of RGB (Red+Green+Blue) = 3+30+40=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #031E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E28 is #FCE1D7. Grayscale: #171717. Windows color (decimal): -16572888 or 2629123. OLE color: 2629123.
HSL color Cylindrical-coordinate representation of color #031E28: hue angle of 196.22º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031E28 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 30 | 40 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.84 |
| HSL | 196.22º | 0.86% | 0.08% | - |
| HSV(B) | 196.22º | 0.93% | 0.16% | - |
| XYZ | 0.88 | 1.1 | 2.17 | - |
| YUV | 23.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 40 | 0.93 | 0.25 | 0 | 0.84 | 196.22 | 0.86 | 0.08 |
| Hex | 3 | 1E | 28 | 5D | 19 | 0 | 54 | C4 | 56 | 8 |
| Octal | 3 | 36 | 50 | 135 | 31 | 0 | 124 | 304 | 126 | 10 |
| Binary | 11 | 11110 | 101000 | 1011101 | 11001 | 0 | 1010100 | 11000100 | 1010110 | 1000 |
Color Harmonies of #031E28
Complementary color
Monochromatic Colors of #031E28
Black with #031E28
Text Example
Text Example
White with #031E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E28; }
p { color: rgb(3,30,40); }
H1.HeaderClassName
{
color: #031E28;
}
.AnyTagClassName
{
color: #031E28;
}
</style>
background-color css
<style>
a { background-color: #031E28; }
a { background-color: rgb(3,30,40); }
div.DivClassName
{
background-color: #031E28;
}
.BgClassName
{
background-color: #031E28;
}
</style>
border-color css
<style>
span { border-color: #031E28; }
span { border-color: rgb(3,30,40); }
td.TdClassName
{
border-color: #031E28;
}
.TagClassName
{
border-color: #031E28;
}
</style>