Shades of Black Pearl #03132C
Tints of Black Pearl #03132C
RGB
CMYK
RGB Variations
Color information
#03132C (or 0x03132C) is known color: Black Pearl. HEX triplet: 03, 13 and 2C. RGB value is (3,19,44). Sum of RGB (Red+Green+Blue) = 3+19+44=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #03132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03132C is #FCECD3. Grayscale: #101010. Windows color (decimal): -16575700 or 2888451. OLE color: 2888451.
HSL color Cylindrical-coordinate representation of color #03132C: hue angle of 216.59º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03132C is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 19 | 44 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.83 |
| HSL | 216.59º | 0.87% | 0.09% | - |
| HSV(B) | 216.59º | 0.93% | 0.17% | - |
| XYZ | 0.73 | 0.67 | 2.47 | - |
| YUV | 17.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 44 | 0.93 | 0.57 | 0 | 0.83 | 216.59 | 0.87 | 0.09 |
| Hex | 3 | 13 | 2C | 5D | 39 | 0 | 53 | D9 | 57 | 9 |
| Octal | 3 | 23 | 54 | 135 | 71 | 0 | 123 | 331 | 127 | 11 |
| Binary | 11 | 10011 | 101100 | 1011101 | 111001 | 0 | 1010011 | 11011001 | 1010111 | 1001 |
Color Harmonies of #03132C
Complementary color
Monochromatic Colors of #03132C
Black with #03132C
Text Example
Text Example
White with #03132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03132C; }
p { color: rgb(3,19,44); }
H1.HeaderClassName
{
color: #03132C;
}
.AnyTagClassName
{
color: #03132C;
}
</style>
background-color css
<style>
a { background-color: #03132C; }
a { background-color: rgb(3,19,44); }
div.DivClassName
{
background-color: #03132C;
}
.BgClassName
{
background-color: #03132C;
}
</style>
border-color css
<style>
span { border-color: #03132C; }
span { border-color: rgb(3,19,44); }
td.TdClassName
{
border-color: #03132C;
}
.TagClassName
{
border-color: #03132C;
}
</style>