Shades of Black Pearl #132433
Tints of Black Pearl #132433
RGB
CMYK
RGB Variations
Color information
#132433 (or 0x132433) is known color: Black Pearl. HEX triplet: 13, 24 and 33. RGB value is (19,36,51). Sum of RGB (Red+Green+Blue) = 19+36+51=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #132433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132433 is #ECDBCC. Grayscale: #202020. Windows color (decimal): -15522765 or 3351571. OLE color: 3351571.
HSL color Cylindrical-coordinate representation of color #132433: hue angle of 208.12º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132433 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 36 | 51 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.8 |
| HSL | 208.13º | 0.46% | 0.14% | - |
| HSV(B) | 208.13º | 0.63% | 0.2% | - |
| XYZ | 1.5 | 1.64 | 3.37 | - |
| YUV | 32.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 51 | 0.63 | 0.29 | 0 | 0.8 | 208.13 | 0.46 | 0.14 |
| Hex | 13 | 24 | 33 | 3F | 1D | 0 | 50 | D0 | 2E | E |
| Octal | 23 | 44 | 63 | 77 | 35 | 0 | 120 | 320 | 56 | 16 |
| Binary | 10011 | 100100 | 110011 | 111111 | 11101 | 0 | 1010000 | 11010000 | 101110 | 1110 |
Color Harmonies of #132433
Complementary color
Monochromatic Colors of #132433
Black with #132433
Text Example
Text Example
White with #132433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132433; }
p { color: rgb(19,36,51); }
H1.HeaderClassName
{
color: #132433;
}
.AnyTagClassName
{
color: #132433;
}
</style>
background-color css
<style>
a { background-color: #132433; }
a { background-color: rgb(19,36,51); }
div.DivClassName
{
background-color: #132433;
}
.BgClassName
{
background-color: #132433;
}
</style>
border-color css
<style>
span { border-color: #132433; }
span { border-color: rgb(19,36,51); }
td.TdClassName
{
border-color: #132433;
}
.TagClassName
{
border-color: #132433;
}
</style>