Shades of Black Pearl #122431
Tints of Black Pearl #122431
RGB
CMYK
RGB Variations
Color information
#122431 (or 0x122431) is known color: Black Pearl. HEX triplet: 12, 24 and 31. RGB value is (18,36,49). Sum of RGB (Red+Green+Blue) = 18+36+49=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #122431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122431 is #EDDBCE. Grayscale: #202020. Windows color (decimal): -15588303 or 3220498. OLE color: 3220498.
HSL color Cylindrical-coordinate representation of color #122431: hue angle of 205.16º 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 #122431 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 36 | 49 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.81 |
| HSL | 205.16º | 0.46% | 0.13% | - |
| HSV(B) | 205.16º | 0.63% | 0.19% | - |
| XYZ | 1.43 | 1.61 | 3.14 | - |
| YUV | 32.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 49 | 0.63 | 0.27 | 0 | 0.81 | 205.16 | 0.46 | 0.13 |
| Hex | 12 | 24 | 31 | 3F | 1B | 0 | 51 | CD | 2E | D |
| Octal | 22 | 44 | 61 | 77 | 33 | 0 | 121 | 315 | 56 | 15 |
| Binary | 10010 | 100100 | 110001 | 111111 | 11011 | 0 | 1010001 | 11001101 | 101110 | 1101 |
Color Harmonies of #122431
Complementary color
Monochromatic Colors of #122431
Black with #122431
Text Example
Text Example
White with #122431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122431; }
p { color: rgb(18,36,49); }
H1.HeaderClassName
{
color: #122431;
}
.AnyTagClassName
{
color: #122431;
}
</style>
background-color css
<style>
a { background-color: #122431; }
a { background-color: rgb(18,36,49); }
div.DivClassName
{
background-color: #122431;
}
.BgClassName
{
background-color: #122431;
}
</style>
border-color css
<style>
span { border-color: #122431; }
span { border-color: rgb(18,36,49); }
td.TdClassName
{
border-color: #122431;
}
.TagClassName
{
border-color: #122431;
}
</style>