Shades of Black Pearl #031B29
Tints of Black Pearl #031B29
RGB
CMYK
RGB Variations
Color information
#031B29 (or 0x031B29) is known color: Black Pearl. HEX triplet: 03, 1B and 29. RGB value is (3,27,41). Sum of RGB (Red+Green+Blue) = 3+27+41=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #031B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B29 is #FCE4D6. Grayscale: #151515. Windows color (decimal): -16573655 or 2693891. OLE color: 2693891.
HSL color Cylindrical-coordinate representation of color #031B29: hue angle of 202.11º 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 #031B29 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 27 | 41 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.84 |
| HSL | 202.11º | 0.86% | 0.09% | - |
| HSV(B) | 202.11º | 0.93% | 0.16% | - |
| XYZ | 0.83 | 0.96 | 2.24 | - |
| YUV | 21.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 41 | 0.93 | 0.34 | 0 | 0.84 | 202.11 | 0.86 | 0.09 |
| Hex | 3 | 1B | 29 | 5D | 22 | 0 | 54 | CA | 56 | 9 |
| Octal | 3 | 33 | 51 | 135 | 42 | 0 | 124 | 312 | 126 | 11 |
| Binary | 11 | 11011 | 101001 | 1011101 | 100010 | 0 | 1010100 | 11001010 | 1010110 | 1001 |
Color Harmonies of #031B29
Complementary color
Monochromatic Colors of #031B29
Black with #031B29
Text Example
Text Example
White with #031B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B29; }
p { color: rgb(3,27,41); }
H1.HeaderClassName
{
color: #031B29;
}
.AnyTagClassName
{
color: #031B29;
}
</style>
background-color css
<style>
a { background-color: #031B29; }
a { background-color: rgb(3,27,41); }
div.DivClassName
{
background-color: #031B29;
}
.BgClassName
{
background-color: #031B29;
}
</style>
border-color css
<style>
span { border-color: #031B29; }
span { border-color: rgb(3,27,41); }
td.TdClassName
{
border-color: #031B29;
}
.TagClassName
{
border-color: #031B29;
}
</style>