Shades of Black Pearl #122B31
Tints of Black Pearl #122B31
RGB
CMYK
RGB Variations
Color information
#122B31 (or 0x122B31) is known color: Black Pearl. HEX triplet: 12, 2B and 31. RGB value is (18,43,49). Sum of RGB (Red+Green+Blue) = 18+43+49=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #122B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B31 is #EDD4CE. Grayscale: #242424. Windows color (decimal): -15586511 or 3222290. OLE color: 3222290.
HSL color Cylindrical-coordinate representation of color #122B31: hue angle of 191.61º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #122B31 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 43 | 49 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.81 |
| HSL | 191.61º | 0.46% | 0.13% | - |
| HSV(B) | 191.61º | 0.63% | 0.19% | - |
| XYZ | 1.67 | 2.08 | 3.22 | - |
| YUV | 36.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 49 | 0.63 | 0.12 | 0 | 0.81 | 191.61 | 0.46 | 0.13 |
| Hex | 12 | 2B | 31 | 3F | C | 0 | 51 | C0 | 2E | D |
| Octal | 22 | 53 | 61 | 77 | 14 | 0 | 121 | 300 | 56 | 15 |
| Binary | 10010 | 101011 | 110001 | 111111 | 1100 | 0 | 1010001 | 11000000 | 101110 | 1101 |
Color Harmonies of #122B31
Complementary color
Monochromatic Colors of #122B31
Black with #122B31
Text Example
Text Example
White with #122B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B31; }
p { color: rgb(18,43,49); }
H1.HeaderClassName
{
color: #122B31;
}
.AnyTagClassName
{
color: #122B31;
}
</style>
background-color css
<style>
a { background-color: #122B31; }
a { background-color: rgb(18,43,49); }
div.DivClassName
{
background-color: #122B31;
}
.BgClassName
{
background-color: #122B31;
}
</style>
border-color css
<style>
span { border-color: #122B31; }
span { border-color: rgb(18,43,49); }
td.TdClassName
{
border-color: #122B31;
}
.TagClassName
{
border-color: #122B31;
}
</style>