Shades of Black Pearl #132A31
Tints of Black Pearl #132A31
RGB
CMYK
RGB Variations
Color information
#132A31 (or 0x132A31) is known color: Black Pearl. HEX triplet: 13, 2A and 31. RGB value is (19,42,49). Sum of RGB (Red+Green+Blue) = 19+42+49=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #132A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A31 is #ECD5CE. Grayscale: #232323. Windows color (decimal): -15521231 or 3222035. OLE color: 3222035.
HSL color Cylindrical-coordinate representation of color #132A31: hue angle of 194º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #132A31 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 42 | 49 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.81 |
| HSL | 194º | 0.44% | 0.13% | - |
| HSV(B) | 194º | 0.61% | 0.19% | - |
| XYZ | 1.65 | 2.02 | 3.21 | - |
| YUV | 35.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 49 | 0.61 | 0.14 | 0 | 0.81 | 194 | 0.44 | 0.13 |
| Hex | 13 | 2A | 31 | 3D | E | 0 | 51 | C2 | 2C | D |
| Octal | 23 | 52 | 61 | 75 | 16 | 0 | 121 | 302 | 54 | 15 |
| Binary | 10011 | 101010 | 110001 | 111101 | 1110 | 0 | 1010001 | 11000010 | 101100 | 1101 |
Color Harmonies of #132A31
Complementary color
Monochromatic Colors of #132A31
Black with #132A31
Text Example
Text Example
White with #132A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A31; }
p { color: rgb(19,42,49); }
H1.HeaderClassName
{
color: #132A31;
}
.AnyTagClassName
{
color: #132A31;
}
</style>
background-color css
<style>
a { background-color: #132A31; }
a { background-color: rgb(19,42,49); }
div.DivClassName
{
background-color: #132A31;
}
.BgClassName
{
background-color: #132A31;
}
</style>
border-color css
<style>
span { border-color: #132A31; }
span { border-color: rgb(19,42,49); }
td.TdClassName
{
border-color: #132A31;
}
.TagClassName
{
border-color: #132A31;
}
</style>