Shades of Black Pearl #031D29
Tints of Black Pearl #031D29
RGB
CMYK
RGB Variations
Color information
#031D29 (or 0x031D29) is known color: Black Pearl. HEX triplet: 03, 1D and 29. RGB value is (3,29,41). Sum of RGB (Red+Green+Blue) = 3+29+41=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #031D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D29 is #FCE2D6. Grayscale: #161616. Windows color (decimal): -16573143 or 2694403. OLE color: 2694403.
HSL color Cylindrical-coordinate representation of color #031D29: hue angle of 198.95º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031D29 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 29 | 41 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.84 |
| HSL | 198.95º | 0.86% | 0.09% | - |
| HSV(B) | 198.95º | 0.93% | 0.16% | - |
| XYZ | 0.88 | 1.06 | 2.26 | - |
| YUV | 22.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 41 | 0.93 | 0.29 | 0 | 0.84 | 198.95 | 0.86 | 0.09 |
| Hex | 3 | 1D | 29 | 5D | 1D | 0 | 54 | C7 | 56 | 9 |
| Octal | 3 | 35 | 51 | 135 | 35 | 0 | 124 | 307 | 126 | 11 |
| Binary | 11 | 11101 | 101001 | 1011101 | 11101 | 0 | 1010100 | 11000111 | 1010110 | 1001 |
Color Harmonies of #031D29
Complementary color
Monochromatic Colors of #031D29
Black with #031D29
Text Example
Text Example
White with #031D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D29; }
p { color: rgb(3,29,41); }
H1.HeaderClassName
{
color: #031D29;
}
.AnyTagClassName
{
color: #031D29;
}
</style>
background-color css
<style>
a { background-color: #031D29; }
a { background-color: rgb(3,29,41); }
div.DivClassName
{
background-color: #031D29;
}
.BgClassName
{
background-color: #031D29;
}
</style>
border-color css
<style>
span { border-color: #031D29; }
span { border-color: rgb(3,29,41); }
td.TdClassName
{
border-color: #031D29;
}
.TagClassName
{
border-color: #031D29;
}
</style>