Shades of Black Pearl #031D32
Tints of Black Pearl #031D32
RGB
CMYK
RGB Variations
Color information
#031D32 (or 0x031D32) is known color: Black Pearl. HEX triplet: 03, 1D and 32. RGB value is (3,29,50). Sum of RGB (Red+Green+Blue) = 3+29+50=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #031D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D32 is #FCE2CD. Grayscale: #171717. Windows color (decimal): -16573134 or 3284227. OLE color: 3284227.
HSL color Cylindrical-coordinate representation of color #031D32: hue angle of 206.81º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031D32 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 29 | 50 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.80 |
| HSL | 206.81º | 0.89% | 0.1% | - |
| HSV(B) | 206.81º | 0.94% | 0.2% | - |
| XYZ | 1.05 | 1.13 | 3.18 | - |
| YUV | 23.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 50 | 0.94 | 0.42 | 0 | 0.80 | 206.81 | 0.89 | 0.1 |
| Hex | 3 | 1D | 32 | 5E | 2A | 0 | 50 | CF | 59 | A |
| Octal | 3 | 35 | 62 | 136 | 52 | 0 | 120 | 317 | 131 | 12 |
| Binary | 11 | 11101 | 110010 | 1011110 | 101010 | 0 | 1010000 | 11001111 | 1011001 | 1010 |
Color Harmonies of #031D32
Complementary color
Monochromatic Colors of #031D32
Black with #031D32
Text Example
Text Example
White with #031D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D32; }
p { color: rgb(3,29,50); }
H1.HeaderClassName
{
color: #031D32;
}
.AnyTagClassName
{
color: #031D32;
}
</style>
background-color css
<style>
a { background-color: #031D32; }
a { background-color: rgb(3,29,50); }
div.DivClassName
{
background-color: #031D32;
}
.BgClassName
{
background-color: #031D32;
}
</style>
border-color css
<style>
span { border-color: #031D32; }
span { border-color: rgb(3,29,50); }
td.TdClassName
{
border-color: #031D32;
}
.TagClassName
{
border-color: #031D32;
}
</style>