Shades of Black Pearl #122331
Tints of Black Pearl #122331
RGB
CMYK
RGB Variations
Color information
#122331 (or 0x122331) is known color: Black Pearl. HEX triplet: 12, 23 and 31. RGB value is (18,35,49). Sum of RGB (Red+Green+Blue) = 18+35+49=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #122331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122331 is #EDDCCE. Grayscale: #1F1F1F. Windows color (decimal): -15588559 or 3220242. OLE color: 3220242.
HSL color Cylindrical-coordinate representation of color #122331: hue angle of 207.1º 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 #122331 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 35 | 49 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.81 |
| HSL | 207.1º | 0.46% | 0.13% | - |
| HSV(B) | 207.1º | 0.63% | 0.19% | - |
| XYZ | 1.4 | 1.55 | 3.13 | - |
| YUV | 31.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 49 | 0.63 | 0.29 | 0 | 0.81 | 207.1 | 0.46 | 0.13 |
| Hex | 12 | 23 | 31 | 3F | 1D | 0 | 51 | CF | 2E | D |
| Octal | 22 | 43 | 61 | 77 | 35 | 0 | 121 | 317 | 56 | 15 |
| Binary | 10010 | 100011 | 110001 | 111111 | 11101 | 0 | 1010001 | 11001111 | 101110 | 1101 |
Color Harmonies of #122331
Complementary color
Monochromatic Colors of #122331
Black with #122331
Text Example
Text Example
White with #122331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122331; }
p { color: rgb(18,35,49); }
H1.HeaderClassName
{
color: #122331;
}
.AnyTagClassName
{
color: #122331;
}
</style>
background-color css
<style>
a { background-color: #122331; }
a { background-color: rgb(18,35,49); }
div.DivClassName
{
background-color: #122331;
}
.BgClassName
{
background-color: #122331;
}
</style>
border-color css
<style>
span { border-color: #122331; }
span { border-color: rgb(18,35,49); }
td.TdClassName
{
border-color: #122331;
}
.TagClassName
{
border-color: #122331;
}
</style>