Shades of Black Pearl #132E37
Tints of Black Pearl #132E37
RGB
CMYK
RGB Variations
Color information
#132E37 (or 0x132E37) is known color: Black Pearl. HEX triplet: 13, 2E and 37. RGB value is (19,46,55). Sum of RGB (Red+Green+Blue) = 19+46+55=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #132E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E37 is #ECD1C8. Grayscale: #262626. Windows color (decimal): -15520201 or 3616275. OLE color: 3616275.
HSL color Cylindrical-coordinate representation of color #132E37: hue angle of 195º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132E37 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 46 | 55 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.78 |
| HSL | 195º | 0.49% | 0.15% | - |
| HSV(B) | 195º | 0.65% | 0.22% | - |
| XYZ | 1.94 | 2.37 | 3.97 | - |
| YUV | 38.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 55 | 0.65 | 0.16 | 0 | 0.78 | 195 | 0.49 | 0.15 |
| Hex | 13 | 2E | 37 | 41 | 10 | 0 | 4E | C3 | 31 | F |
| Octal | 23 | 56 | 67 | 101 | 20 | 0 | 116 | 303 | 61 | 17 |
| Binary | 10011 | 101110 | 110111 | 1000001 | 10000 | 0 | 1001110 | 11000011 | 110001 | 1111 |
Color Harmonies of #132E37
Complementary color
Monochromatic Colors of #132E37
Black with #132E37
Text Example
Text Example
White with #132E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E37; }
p { color: rgb(19,46,55); }
H1.HeaderClassName
{
color: #132E37;
}
.AnyTagClassName
{
color: #132E37;
}
</style>
background-color css
<style>
a { background-color: #132E37; }
a { background-color: rgb(19,46,55); }
div.DivClassName
{
background-color: #132E37;
}
.BgClassName
{
background-color: #132E37;
}
</style>
border-color css
<style>
span { border-color: #132E37; }
span { border-color: rgb(19,46,55); }
td.TdClassName
{
border-color: #132E37;
}
.TagClassName
{
border-color: #132E37;
}
</style>