Shades of Black Pearl #031E2B
Tints of Black Pearl #031E2B
RGB
CMYK
RGB Variations
Color information
#031E2B (or 0x031E2B) is known color: Black Pearl. HEX triplet: 03, 1E and 2B. RGB value is (3,30,43). Sum of RGB (Red+Green+Blue) = 3+30+43=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #031E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E2B is #FCE1D4. Grayscale: #171717. Windows color (decimal): -16572885 or 2825731. OLE color: 2825731.
HSL color Cylindrical-coordinate representation of color #031E2B: hue angle of 199.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031E2B is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 30 | 43 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.83 |
| HSL | 199.5º | 0.87% | 0.09% | - |
| HSV(B) | 199.5º | 0.93% | 0.17% | - |
| XYZ | 0.94 | 1.12 | 2.45 | - |
| YUV | 23.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 43 | 0.93 | 0.30 | 0 | 0.83 | 199.5 | 0.87 | 0.09 |
| Hex | 3 | 1E | 2B | 5D | 1E | 0 | 53 | C8 | 57 | 9 |
| Octal | 3 | 36 | 53 | 135 | 36 | 0 | 123 | 310 | 127 | 11 |
| Binary | 11 | 11110 | 101011 | 1011101 | 11110 | 0 | 1010011 | 11001000 | 1010111 | 1001 |
Color Harmonies of #031E2B
Complementary color
Monochromatic Colors of #031E2B
Black with #031E2B
Text Example
Text Example
White with #031E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E2B; }
p { color: rgb(3,30,43); }
H1.HeaderClassName
{
color: #031E2B;
}
.AnyTagClassName
{
color: #031E2B;
}
</style>
background-color css
<style>
a { background-color: #031E2B; }
a { background-color: rgb(3,30,43); }
div.DivClassName
{
background-color: #031E2B;
}
.BgClassName
{
background-color: #031E2B;
}
</style>
border-color css
<style>
span { border-color: #031E2B; }
span { border-color: rgb(3,30,43); }
td.TdClassName
{
border-color: #031E2B;
}
.TagClassName
{
border-color: #031E2B;
}
</style>