Shades of Black Pearl #031D2C
Tints of Black Pearl #031D2C
RGB
CMYK
RGB Variations
Color information
#031D2C (or 0x031D2C) is known color: Black Pearl. HEX triplet: 03, 1D and 2C. RGB value is (3,29,44). Sum of RGB (Red+Green+Blue) = 3+29+44=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #031D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D2C is #FCE2D3. Grayscale: #161616. Windows color (decimal): -16573140 or 2891011. OLE color: 2891011.
HSL color Cylindrical-coordinate representation of color #031D2C: hue angle of 201.95º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031D2C is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 29 | 44 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.83 |
| HSL | 201.95º | 0.87% | 0.09% | - |
| HSV(B) | 201.95º | 0.93% | 0.17% | - |
| XYZ | 0.93 | 1.08 | 2.54 | - |
| YUV | 22.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 44 | 0.93 | 0.34 | 0 | 0.83 | 201.95 | 0.87 | 0.09 |
| Hex | 3 | 1D | 2C | 5D | 22 | 0 | 53 | CA | 57 | 9 |
| Octal | 3 | 35 | 54 | 135 | 42 | 0 | 123 | 312 | 127 | 11 |
| Binary | 11 | 11101 | 101100 | 1011101 | 100010 | 0 | 1010011 | 11001010 | 1010111 | 1001 |
Color Harmonies of #031D2C
Complementary color
Monochromatic Colors of #031D2C
Black with #031D2C
Text Example
Text Example
White with #031D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D2C; }
p { color: rgb(3,29,44); }
H1.HeaderClassName
{
color: #031D2C;
}
.AnyTagClassName
{
color: #031D2C;
}
</style>
background-color css
<style>
a { background-color: #031D2C; }
a { background-color: rgb(3,29,44); }
div.DivClassName
{
background-color: #031D2C;
}
.BgClassName
{
background-color: #031D2C;
}
</style>
border-color css
<style>
span { border-color: #031D2C; }
span { border-color: rgb(3,29,44); }
td.TdClassName
{
border-color: #031D2C;
}
.TagClassName
{
border-color: #031D2C;
}
</style>