Shades of Black Pearl #031D2E
Tints of Black Pearl #031D2E
RGB
CMYK
RGB Variations
Color information
#031D2E (or 0x031D2E) is known color: Black Pearl. HEX triplet: 03, 1D and 2E. RGB value is (3,29,46). Sum of RGB (Red+Green+Blue) = 3+29+46=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #031D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D2E is #FCE2D1. Grayscale: #171717. Windows color (decimal): -16573138 or 3022083. OLE color: 3022083.
HSL color Cylindrical-coordinate representation of color #031D2E: hue angle of 203.72º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031D2E is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 29 | 46 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.82 |
| HSL | 203.72º | 0.88% | 0.1% | - |
| HSV(B) | 203.72º | 0.93% | 0.18% | - |
| XYZ | 0.97 | 1.1 | 2.75 | - |
| YUV | 23.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 46 | 0.93 | 0.37 | 0 | 0.82 | 203.72 | 0.88 | 0.1 |
| Hex | 3 | 1D | 2E | 5D | 25 | 0 | 52 | CC | 58 | A |
| Octal | 3 | 35 | 56 | 135 | 45 | 0 | 122 | 314 | 130 | 12 |
| Binary | 11 | 11101 | 101110 | 1011101 | 100101 | 0 | 1010010 | 11001100 | 1011000 | 1010 |
Color Harmonies of #031D2E
Complementary color
Monochromatic Colors of #031D2E
Black with #031D2E
Text Example
Text Example
White with #031D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D2E; }
p { color: rgb(3,29,46); }
H1.HeaderClassName
{
color: #031D2E;
}
.AnyTagClassName
{
color: #031D2E;
}
</style>
background-color css
<style>
a { background-color: #031D2E; }
a { background-color: rgb(3,29,46); }
div.DivClassName
{
background-color: #031D2E;
}
.BgClassName
{
background-color: #031D2E;
}
</style>
border-color css
<style>
span { border-color: #031D2E; }
span { border-color: rgb(3,29,46); }
td.TdClassName
{
border-color: #031D2E;
}
.TagClassName
{
border-color: #031D2E;
}
</style>