Shades of Black Pearl #03131D
Tints of Black Pearl #03131D
RGB
CMYK
RGB Variations
Color information
#03131D (or 0x03131D) is known color: Black Pearl. HEX triplet: 03, 13 and 1D. RGB value is (3,19,29). Sum of RGB (Red+Green+Blue) = 3+19+29=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #03131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03131D is #FCECE2. Grayscale: #0F0F0F. Windows color (decimal): -16575715 or 1905411. OLE color: 1905411.
HSL color Cylindrical-coordinate representation of color #03131D: hue angle of 203.08º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03131D is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 19 | 29 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.89 |
| HSL | 203.08º | 0.81% | 0.06% | - |
| HSV(B) | 203.08º | 0.9% | 0.11% | - |
| XYZ | 0.49 | 0.57 | 1.25 | - |
| YUV | 15.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 29 | 0.90 | 0.34 | 0 | 0.89 | 203.08 | 0.81 | 0.06 |
| Hex | 3 | 13 | 1D | 5A | 22 | 0 | 59 | CB | 51 | 6 |
| Octal | 3 | 23 | 35 | 132 | 42 | 0 | 131 | 313 | 121 | 6 |
| Binary | 11 | 10011 | 11101 | 1011010 | 100010 | 0 | 1011001 | 11001011 | 1010001 | 110 |
Color Harmonies of #03131D
Complementary color
Monochromatic Colors of #03131D
Black with #03131D
Text Example
Text Example
White with #03131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03131D; }
p { color: rgb(3,19,29); }
H1.HeaderClassName
{
color: #03131D;
}
.AnyTagClassName
{
color: #03131D;
}
</style>
background-color css
<style>
a { background-color: #03131D; }
a { background-color: rgb(3,19,29); }
div.DivClassName
{
background-color: #03131D;
}
.BgClassName
{
background-color: #03131D;
}
</style>
border-color css
<style>
span { border-color: #03131D; }
span { border-color: rgb(3,19,29); }
td.TdClassName
{
border-color: #03131D;
}
.TagClassName
{
border-color: #03131D;
}
</style>