Shades of Black Pearl #03132D
Tints of Black Pearl #03132D
RGB
CMYK
RGB Variations
Color information
#03132D (or 0x03132D) is known color: Black Pearl. HEX triplet: 03, 13 and 2D. RGB value is (3,19,45). Sum of RGB (Red+Green+Blue) = 3+19+45=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #03132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03132D is #FCECD2. Grayscale: #111111. Windows color (decimal): -16575699 or 2953987. OLE color: 2953987.
HSL color Cylindrical-coordinate representation of color #03132D: hue angle of 217.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03132D is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 19 | 45 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.82 |
| HSL | 217.14º | 0.88% | 0.09% | - |
| HSV(B) | 217.14º | 0.93% | 0.18% | - |
| XYZ | 0.74 | 0.67 | 2.57 | - |
| YUV | 17.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 45 | 0.93 | 0.58 | 0 | 0.82 | 217.14 | 0.88 | 0.09 |
| Hex | 3 | 13 | 2D | 5D | 3A | 0 | 52 | D9 | 58 | 9 |
| Octal | 3 | 23 | 55 | 135 | 72 | 0 | 122 | 331 | 130 | 11 |
| Binary | 11 | 10011 | 101101 | 1011101 | 111010 | 0 | 1010010 | 11011001 | 1011000 | 1001 |
Color Harmonies of #03132D
Complementary color
Monochromatic Colors of #03132D
Black with #03132D
Text Example
Text Example
White with #03132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03132D; }
p { color: rgb(3,19,45); }
H1.HeaderClassName
{
color: #03132D;
}
.AnyTagClassName
{
color: #03132D;
}
</style>
background-color css
<style>
a { background-color: #03132D; }
a { background-color: rgb(3,19,45); }
div.DivClassName
{
background-color: #03132D;
}
.BgClassName
{
background-color: #03132D;
}
</style>
border-color css
<style>
span { border-color: #03132D; }
span { border-color: rgb(3,19,45); }
td.TdClassName
{
border-color: #03132D;
}
.TagClassName
{
border-color: #03132D;
}
</style>