Shades of Black Pearl #132B31
Tints of Black Pearl #132B31
RGB
CMYK
RGB Variations
Color information
#132B31 (or 0x132B31) is known color: Black Pearl. HEX triplet: 13, 2B and 31. RGB value is (19,43,49). Sum of RGB (Red+Green+Blue) = 19+43+49=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #132B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B31 is #ECD4CE. Grayscale: #242424. Windows color (decimal): -15520975 or 3222291. OLE color: 3222291.
HSL color Cylindrical-coordinate representation of color #132B31: hue angle of 192º 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 #132B31 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 43 | 49 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.81 |
| HSL | 192º | 0.44% | 0.13% | - |
| HSV(B) | 192º | 0.61% | 0.19% | - |
| XYZ | 1.69 | 2.09 | 3.22 | - |
| YUV | 36.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 49 | 0.61 | 0.12 | 0 | 0.81 | 192 | 0.44 | 0.13 |
| Hex | 13 | 2B | 31 | 3D | C | 0 | 51 | C0 | 2C | D |
| Octal | 23 | 53 | 61 | 75 | 14 | 0 | 121 | 300 | 54 | 15 |
| Binary | 10011 | 101011 | 110001 | 111101 | 1100 | 0 | 1010001 | 11000000 | 101100 | 1101 |
Color Harmonies of #132B31
Complementary color
Monochromatic Colors of #132B31
Black with #132B31
Text Example
Text Example
White with #132B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B31; }
p { color: rgb(19,43,49); }
H1.HeaderClassName
{
color: #132B31;
}
.AnyTagClassName
{
color: #132B31;
}
</style>
background-color css
<style>
a { background-color: #132B31; }
a { background-color: rgb(19,43,49); }
div.DivClassName
{
background-color: #132B31;
}
.BgClassName
{
background-color: #132B31;
}
</style>
border-color css
<style>
span { border-color: #132B31; }
span { border-color: rgb(19,43,49); }
td.TdClassName
{
border-color: #132B31;
}
.TagClassName
{
border-color: #132B31;
}
</style>