Shades of Black Pearl #031D20
Tints of Black Pearl #031D20
RGB
CMYK
RGB Variations
Color information
#031D20 (or 0x031D20) is known color: Black Pearl. HEX triplet: 03, 1D and 20. RGB value is (3,29,32). Sum of RGB (Red+Green+Blue) = 3+29+32=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #031D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D20 is #FCE2DF. Grayscale: #151515. Windows color (decimal): -16573152 or 2104579. OLE color: 2104579.
HSL color Cylindrical-coordinate representation of color #031D20: hue angle of 186.21º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031D20 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 29 | 32 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.87 |
| HSL | 186.21º | 0.83% | 0.07% | - |
| HSV(B) | 186.21º | 0.91% | 0.13% | - |
| XYZ | 0.74 | 1 | 1.52 | - |
| YUV | 21.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 32 | 0.91 | 0.09 | 0 | 0.87 | 186.21 | 0.83 | 0.07 |
| Hex | 3 | 1D | 20 | 5B | 9 | 0 | 57 | BA | 53 | 7 |
| Octal | 3 | 35 | 40 | 133 | 11 | 0 | 127 | 272 | 123 | 7 |
| Binary | 11 | 11101 | 100000 | 1011011 | 1001 | 0 | 1010111 | 10111010 | 1010011 | 111 |
Color Harmonies of #031D20
Complementary color
Monochromatic Colors of #031D20
Black with #031D20
Text Example
Text Example
White with #031D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D20; }
p { color: rgb(3,29,32); }
H1.HeaderClassName
{
color: #031D20;
}
.AnyTagClassName
{
color: #031D20;
}
</style>
background-color css
<style>
a { background-color: #031D20; }
a { background-color: rgb(3,29,32); }
div.DivClassName
{
background-color: #031D20;
}
.BgClassName
{
background-color: #031D20;
}
</style>
border-color css
<style>
span { border-color: #031D20; }
span { border-color: rgb(3,29,32); }
td.TdClassName
{
border-color: #031D20;
}
.TagClassName
{
border-color: #031D20;
}
</style>