Shades of Black Pearl #031B2E
Tints of Black Pearl #031B2E
RGB
CMYK
RGB Variations
Color information
#031B2E (or 0x031B2E) is known color: Black Pearl. HEX triplet: 03, 1B and 2E. RGB value is (3,27,46). Sum of RGB (Red+Green+Blue) = 3+27+46=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #031B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B2E is #FCE4D1. Grayscale: #151515. Windows color (decimal): -16573650 or 3021571. OLE color: 3021571.
HSL color Cylindrical-coordinate representation of color #031B2E: hue angle of 206.51º 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 #031B2E is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 27 | 46 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.82 |
| HSL | 206.51º | 0.88% | 0.1% | - |
| HSV(B) | 206.51º | 0.93% | 0.18% | - |
| XYZ | 0.92 | 1 | 2.73 | - |
| YUV | 21.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 46 | 0.93 | 0.41 | 0 | 0.82 | 206.51 | 0.88 | 0.1 |
| Hex | 3 | 1B | 2E | 5D | 29 | 0 | 52 | CF | 58 | A |
| Octal | 3 | 33 | 56 | 135 | 51 | 0 | 122 | 317 | 130 | 12 |
| Binary | 11 | 11011 | 101110 | 1011101 | 101001 | 0 | 1010010 | 11001111 | 1011000 | 1010 |
Color Harmonies of #031B2E
Complementary color
Monochromatic Colors of #031B2E
Black with #031B2E
Text Example
Text Example
White with #031B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B2E; }
p { color: rgb(3,27,46); }
H1.HeaderClassName
{
color: #031B2E;
}
.AnyTagClassName
{
color: #031B2E;
}
</style>
background-color css
<style>
a { background-color: #031B2E; }
a { background-color: rgb(3,27,46); }
div.DivClassName
{
background-color: #031B2E;
}
.BgClassName
{
background-color: #031B2E;
}
</style>
border-color css
<style>
span { border-color: #031B2E; }
span { border-color: rgb(3,27,46); }
td.TdClassName
{
border-color: #031B2E;
}
.TagClassName
{
border-color: #031B2E;
}
</style>