Shades of Black Pearl #132632
Tints of Black Pearl #132632
RGB
CMYK
RGB Variations
Color information
#132632 (or 0x132632) is known color: Black Pearl. HEX triplet: 13, 26 and 32. RGB value is (19,38,50). Sum of RGB (Red+Green+Blue) = 19+38+50=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #132632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132632 is #ECD9CD. Grayscale: #212121. Windows color (decimal): -15522254 or 3286547. OLE color: 3286547.
HSL color Cylindrical-coordinate representation of color #132632: hue angle of 203.23º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #132632 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 38 | 50 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.80 |
| HSL | 203.23º | 0.45% | 0.14% | - |
| HSV(B) | 203.23º | 0.62% | 0.2% | - |
| XYZ | 1.54 | 1.75 | 3.28 | - |
| YUV | 33.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 50 | 0.62 | 0.24 | 0 | 0.80 | 203.23 | 0.45 | 0.14 |
| Hex | 13 | 26 | 32 | 3E | 18 | 0 | 50 | CB | 2D | E |
| Octal | 23 | 46 | 62 | 76 | 30 | 0 | 120 | 313 | 55 | 16 |
| Binary | 10011 | 100110 | 110010 | 111110 | 11000 | 0 | 1010000 | 11001011 | 101101 | 1110 |
Color Harmonies of #132632
Complementary color
Monochromatic Colors of #132632
Black with #132632
Text Example
Text Example
White with #132632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132632; }
p { color: rgb(19,38,50); }
H1.HeaderClassName
{
color: #132632;
}
.AnyTagClassName
{
color: #132632;
}
</style>
background-color css
<style>
a { background-color: #132632; }
a { background-color: rgb(19,38,50); }
div.DivClassName
{
background-color: #132632;
}
.BgClassName
{
background-color: #132632;
}
</style>
border-color css
<style>
span { border-color: #132632; }
span { border-color: rgb(19,38,50); }
td.TdClassName
{
border-color: #132632;
}
.TagClassName
{
border-color: #132632;
}
</style>