Shades of Black Pearl #031D2D
Tints of Black Pearl #031D2D
RGB
CMYK
RGB Variations
Color information
#031D2D (or 0x031D2D) is known color: Black Pearl. HEX triplet: 03, 1D and 2D. RGB value is (3,29,45). Sum of RGB (Red+Green+Blue) = 3+29+45=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #031D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D2D is #FCE2D2. Grayscale: #161616. Windows color (decimal): -16573139 or 2956547. OLE color: 2956547.
HSL color Cylindrical-coordinate representation of color #031D2D: hue angle of 202.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031D2D is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 29 | 45 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.82 |
| HSL | 202.86º | 0.88% | 0.09% | - |
| HSV(B) | 202.86º | 0.93% | 0.18% | - |
| XYZ | 0.95 | 1.09 | 2.64 | - |
| YUV | 23.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 45 | 0.93 | 0.36 | 0 | 0.82 | 202.86 | 0.88 | 0.09 |
| Hex | 3 | 1D | 2D | 5D | 24 | 0 | 52 | CB | 58 | 9 |
| Octal | 3 | 35 | 55 | 135 | 44 | 0 | 122 | 313 | 130 | 11 |
| Binary | 11 | 11101 | 101101 | 1011101 | 100100 | 0 | 1010010 | 11001011 | 1011000 | 1001 |
Color Harmonies of #031D2D
Complementary color
Monochromatic Colors of #031D2D
Black with #031D2D
Text Example
Text Example
White with #031D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D2D; }
p { color: rgb(3,29,45); }
H1.HeaderClassName
{
color: #031D2D;
}
.AnyTagClassName
{
color: #031D2D;
}
</style>
background-color css
<style>
a { background-color: #031D2D; }
a { background-color: rgb(3,29,45); }
div.DivClassName
{
background-color: #031D2D;
}
.BgClassName
{
background-color: #031D2D;
}
</style>
border-color css
<style>
span { border-color: #031D2D; }
span { border-color: rgb(3,29,45); }
td.TdClassName
{
border-color: #031D2D;
}
.TagClassName
{
border-color: #031D2D;
}
</style>