Shades of Black Pearl #031F29
Tints of Black Pearl #031F29
RGB
CMYK
RGB Variations
Color information
#031F29 (or 0x031F29) is known color: Black Pearl. HEX triplet: 03, 1F and 29. RGB value is (3,31,41). Sum of RGB (Red+Green+Blue) = 3+31+41=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #031F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F29 is #FCE0D6. Grayscale: #171717. Windows color (decimal): -16572631 or 2694915. OLE color: 2694915.
HSL color Cylindrical-coordinate representation of color #031F29: hue angle of 195.79º 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 #031F29 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 31 | 41 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.84 |
| HSL | 195.79º | 0.86% | 0.09% | - |
| HSV(B) | 195.79º | 0.93% | 0.16% | - |
| XYZ | 0.93 | 1.16 | 2.27 | - |
| YUV | 23.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 41 | 0.93 | 0.24 | 0 | 0.84 | 195.79 | 0.86 | 0.09 |
| Hex | 3 | 1F | 29 | 5D | 18 | 0 | 54 | C4 | 56 | 9 |
| Octal | 3 | 37 | 51 | 135 | 30 | 0 | 124 | 304 | 126 | 11 |
| Binary | 11 | 11111 | 101001 | 1011101 | 11000 | 0 | 1010100 | 11000100 | 1010110 | 1001 |
Color Harmonies of #031F29
Complementary color
Monochromatic Colors of #031F29
Black with #031F29
Text Example
Text Example
White with #031F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F29; }
p { color: rgb(3,31,41); }
H1.HeaderClassName
{
color: #031F29;
}
.AnyTagClassName
{
color: #031F29;
}
</style>
background-color css
<style>
a { background-color: #031F29; }
a { background-color: rgb(3,31,41); }
div.DivClassName
{
background-color: #031F29;
}
.BgClassName
{
background-color: #031F29;
}
</style>
border-color css
<style>
span { border-color: #031F29; }
span { border-color: rgb(3,31,41); }
td.TdClassName
{
border-color: #031F29;
}
.TagClassName
{
border-color: #031F29;
}
</style>