Shades of Black Pearl #132434
Tints of Black Pearl #132434
RGB
CMYK
RGB Variations
Color information
#132434 (or 0x132434) is known color: Black Pearl. HEX triplet: 13, 24 and 34. RGB value is (19,36,52). Sum of RGB (Red+Green+Blue) = 19+36+52=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #132434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132434 is #ECDBCB. Grayscale: #202020. Windows color (decimal): -15522764 or 3417107. OLE color: 3417107.
HSL color Cylindrical-coordinate representation of color #132434: hue angle of 209.09º 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 #132434 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 36 | 52 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.80 |
| HSL | 209.09º | 0.46% | 0.14% | - |
| HSV(B) | 209.09º | 0.63% | 0.2% | - |
| XYZ | 1.52 | 1.65 | 3.49 | - |
| YUV | 32.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 52 | 0.63 | 0.31 | 0 | 0.80 | 209.09 | 0.46 | 0.14 |
| Hex | 13 | 24 | 34 | 3F | 1F | 0 | 50 | D1 | 2E | E |
| Octal | 23 | 44 | 64 | 77 | 37 | 0 | 120 | 321 | 56 | 16 |
| Binary | 10011 | 100100 | 110100 | 111111 | 11111 | 0 | 1010000 | 11010001 | 101110 | 1110 |
Color Harmonies of #132434
Complementary color
Monochromatic Colors of #132434
Black with #132434
Text Example
Text Example
White with #132434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132434; }
p { color: rgb(19,36,52); }
H1.HeaderClassName
{
color: #132434;
}
.AnyTagClassName
{
color: #132434;
}
</style>
background-color css
<style>
a { background-color: #132434; }
a { background-color: rgb(19,36,52); }
div.DivClassName
{
background-color: #132434;
}
.BgClassName
{
background-color: #132434;
}
</style>
border-color css
<style>
span { border-color: #132434; }
span { border-color: rgb(19,36,52); }
td.TdClassName
{
border-color: #132434;
}
.TagClassName
{
border-color: #132434;
}
</style>