Shades of Black Pearl #031C29
Tints of Black Pearl #031C29
RGB
CMYK
RGB Variations
Color information
#031C29 (or 0x031C29) is known color: Black Pearl. HEX triplet: 03, 1C and 29. RGB value is (3,28,41). Sum of RGB (Red+Green+Blue) = 3+28+41=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 41 (16.41% from 255 or 56.94% from 72); Max value from RGB is 41 - color contains mainly: blue. Hex color #031C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C29 is #FCE3D6. Grayscale: #151515. Windows color (decimal): -16573399 or 2694147. OLE color: 2694147.
HSL color Cylindrical-coordinate representation of color #031C29: hue angle of 200.53º 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 #031C29 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 28 | 41 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.84 |
| HSL | 200.53º | 0.86% | 0.09% | - |
| HSV(B) | 200.53º | 0.93% | 0.16% | - |
| XYZ | 0.85 | 1.01 | 2.25 | - |
| YUV | 22.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 41 | 0.93 | 0.32 | 0 | 0.84 | 200.53 | 0.86 | 0.09 |
| Hex | 3 | 1C | 29 | 5D | 20 | 0 | 54 | C9 | 56 | 9 |
| Octal | 3 | 34 | 51 | 135 | 40 | 0 | 124 | 311 | 126 | 11 |
| Binary | 11 | 11100 | 101001 | 1011101 | 100000 | 0 | 1010100 | 11001001 | 1010110 | 1001 |
Color Harmonies of #031C29
Complementary color
Monochromatic Colors of #031C29
Black with #031C29
Text Example
Text Example
White with #031C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C29; }
p { color: rgb(3,28,41); }
H1.HeaderClassName
{
color: #031C29;
}
.AnyTagClassName
{
color: #031C29;
}
</style>
background-color css
<style>
a { background-color: #031C29; }
a { background-color: rgb(3,28,41); }
div.DivClassName
{
background-color: #031C29;
}
.BgClassName
{
background-color: #031C29;
}
</style>
border-color css
<style>
span { border-color: #031C29; }
span { border-color: rgb(3,28,41); }
td.TdClassName
{
border-color: #031C29;
}
.TagClassName
{
border-color: #031C29;
}
</style>