Shades of Black Pearl #122931
Tints of Black Pearl #122931
RGB
CMYK
RGB Variations
Color information
#122931 (or 0x122931) is known color: Black Pearl. HEX triplet: 12, 29 and 31. RGB value is (18,41,49). Sum of RGB (Red+Green+Blue) = 18+41+49=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #122931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122931 is #EDD6CE. Grayscale: #222222. Windows color (decimal): -15587023 or 3221778. OLE color: 3221778.
HSL color Cylindrical-coordinate representation of color #122931: hue angle of 195.48º 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 #122931 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 41 | 49 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.81 |
| HSL | 195.48º | 0.46% | 0.13% | - |
| HSV(B) | 195.48º | 0.63% | 0.19% | - |
| XYZ | 1.6 | 1.94 | 3.2 | - |
| YUV | 35.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 49 | 0.63 | 0.16 | 0 | 0.81 | 195.48 | 0.46 | 0.13 |
| Hex | 12 | 29 | 31 | 3F | 10 | 0 | 51 | C3 | 2E | D |
| Octal | 22 | 51 | 61 | 77 | 20 | 0 | 121 | 303 | 56 | 15 |
| Binary | 10010 | 101001 | 110001 | 111111 | 10000 | 0 | 1010001 | 11000011 | 101110 | 1101 |
Color Harmonies of #122931
Complementary color
Monochromatic Colors of #122931
Black with #122931
Text Example
Text Example
White with #122931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122931; }
p { color: rgb(18,41,49); }
H1.HeaderClassName
{
color: #122931;
}
.AnyTagClassName
{
color: #122931;
}
</style>
background-color css
<style>
a { background-color: #122931; }
a { background-color: rgb(18,41,49); }
div.DivClassName
{
background-color: #122931;
}
.BgClassName
{
background-color: #122931;
}
</style>
border-color css
<style>
span { border-color: #122931; }
span { border-color: rgb(18,41,49); }
td.TdClassName
{
border-color: #122931;
}
.TagClassName
{
border-color: #122931;
}
</style>