Shades of Black Pearl #031E2F
Tints of Black Pearl #031E2F
RGB
CMYK
RGB Variations
Color information
#031E2F (or 0x031E2F) is known color: Black Pearl. HEX triplet: 03, 1E and 2F. RGB value is (3,30,47). Sum of RGB (Red+Green+Blue) = 3+30+47=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #031E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E2F is #FCE1D0. Grayscale: #171717. Windows color (decimal): -16572881 or 3087875. OLE color: 3087875.
HSL color Cylindrical-coordinate representation of color #031E2F: hue angle of 203.18º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031E2F is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 30 | 47 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.82 |
| HSL | 203.18º | 0.88% | 0.1% | - |
| HSV(B) | 203.18º | 0.94% | 0.18% | - |
| XYZ | 1.01 | 1.15 | 2.86 | - |
| YUV | 23.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 47 | 0.94 | 0.36 | 0 | 0.82 | 203.18 | 0.88 | 0.1 |
| Hex | 3 | 1E | 2F | 5E | 24 | 0 | 52 | CB | 58 | A |
| Octal | 3 | 36 | 57 | 136 | 44 | 0 | 122 | 313 | 130 | 12 |
| Binary | 11 | 11110 | 101111 | 1011110 | 100100 | 0 | 1010010 | 11001011 | 1011000 | 1010 |
Color Harmonies of #031E2F
Complementary color
Monochromatic Colors of #031E2F
Black with #031E2F
Text Example
Text Example
White with #031E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E2F; }
p { color: rgb(3,30,47); }
H1.HeaderClassName
{
color: #031E2F;
}
.AnyTagClassName
{
color: #031E2F;
}
</style>
background-color css
<style>
a { background-color: #031E2F; }
a { background-color: rgb(3,30,47); }
div.DivClassName
{
background-color: #031E2F;
}
.BgClassName
{
background-color: #031E2F;
}
</style>
border-color css
<style>
span { border-color: #031E2F; }
span { border-color: rgb(3,30,47); }
td.TdClassName
{
border-color: #031E2F;
}
.TagClassName
{
border-color: #031E2F;
}
</style>