Shades of Black Pearl #122B32
Tints of Black Pearl #122B32
RGB
CMYK
RGB Variations
Color information
#122B32 (or 0x122B32) is known color: Black Pearl. HEX triplet: 12, 2B and 32. RGB value is (18,43,50). Sum of RGB (Red+Green+Blue) = 18+43+50=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #122B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B32 is #EDD4CD. Grayscale: #242424. Windows color (decimal): -15586510 or 3287826. OLE color: 3287826.
HSL color Cylindrical-coordinate representation of color #122B32: hue angle of 193.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #122B32 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 43 | 50 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.80 |
| HSL | 193.13º | 0.47% | 0.13% | - |
| HSV(B) | 193.13º | 0.64% | 0.2% | - |
| XYZ | 1.69 | 2.09 | 3.33 | - |
| YUV | 36.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 50 | 0.64 | 0.14 | 0 | 0.80 | 193.13 | 0.47 | 0.13 |
| Hex | 12 | 2B | 32 | 40 | E | 0 | 50 | C1 | 2F | D |
| Octal | 22 | 53 | 62 | 100 | 16 | 0 | 120 | 301 | 57 | 15 |
| Binary | 10010 | 101011 | 110010 | 1000000 | 1110 | 0 | 1010000 | 11000001 | 101111 | 1101 |
Color Harmonies of #122B32
Complementary color
Monochromatic Colors of #122B32
Black with #122B32
Text Example
Text Example
White with #122B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B32; }
p { color: rgb(18,43,50); }
H1.HeaderClassName
{
color: #122B32;
}
.AnyTagClassName
{
color: #122B32;
}
</style>
background-color css
<style>
a { background-color: #122B32; }
a { background-color: rgb(18,43,50); }
div.DivClassName
{
background-color: #122B32;
}
.BgClassName
{
background-color: #122B32;
}
</style>
border-color css
<style>
span { border-color: #122B32; }
span { border-color: rgb(18,43,50); }
td.TdClassName
{
border-color: #122B32;
}
.TagClassName
{
border-color: #122B32;
}
</style>