Shades of Black Pearl #132631
Tints of Black Pearl #132631
RGB
CMYK
RGB Variations
Color information
#132631 (or 0x132631) is known color: Black Pearl. HEX triplet: 13, 26 and 31. RGB value is (19,38,49). Sum of RGB (Red+Green+Blue) = 19+38+49=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #132631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132631 is #ECD9CE. Grayscale: #212121. Windows color (decimal): -15522255 or 3221011. OLE color: 3221011.
HSL color Cylindrical-coordinate representation of color #132631: hue angle of 202º 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 #132631 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 38 | 49 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.81 |
| HSL | 202º | 0.44% | 0.13% | - |
| HSV(B) | 202º | 0.61% | 0.19% | - |
| XYZ | 1.52 | 1.75 | 3.16 | - |
| YUV | 33.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 49 | 0.61 | 0.22 | 0 | 0.81 | 202 | 0.44 | 0.13 |
| Hex | 13 | 26 | 31 | 3D | 16 | 0 | 51 | CA | 2C | D |
| Octal | 23 | 46 | 61 | 75 | 26 | 0 | 121 | 312 | 54 | 15 |
| Binary | 10011 | 100110 | 110001 | 111101 | 10110 | 0 | 1010001 | 11001010 | 101100 | 1101 |
Color Harmonies of #132631
Complementary color
Monochromatic Colors of #132631
Black with #132631
Text Example
Text Example
White with #132631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132631; }
p { color: rgb(19,38,49); }
H1.HeaderClassName
{
color: #132631;
}
.AnyTagClassName
{
color: #132631;
}
</style>
background-color css
<style>
a { background-color: #132631; }
a { background-color: rgb(19,38,49); }
div.DivClassName
{
background-color: #132631;
}
.BgClassName
{
background-color: #132631;
}
</style>
border-color css
<style>
span { border-color: #132631; }
span { border-color: rgb(19,38,49); }
td.TdClassName
{
border-color: #132631;
}
.TagClassName
{
border-color: #132631;
}
</style>