Shades of Black Pearl #122A2E
Tints of Black Pearl #122A2E
RGB
CMYK
RGB Variations
Color information
#122A2E (or 0x122A2E) is known color: Black Pearl. HEX triplet: 12, 2A and 2E. RGB value is (18,42,46). Sum of RGB (Red+Green+Blue) = 18+42+46=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 46 - color contains mainly: blue. Hex color #122A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A2E is #EDD5D1. Grayscale: #232323. Windows color (decimal): -15586770 or 3025426. OLE color: 3025426.
HSL color Cylindrical-coordinate representation of color #122A2E: hue angle of 188.57º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122A2E is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 42 | 46 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.82 |
| HSL | 188.57º | 0.44% | 0.13% | - |
| HSV(B) | 188.57º | 0.61% | 0.18% | - |
| XYZ | 1.57 | 1.98 | 2.88 | - |
| YUV | 35.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 46 | 0.61 | 0.09 | 0 | 0.82 | 188.57 | 0.44 | 0.13 |
| Hex | 12 | 2A | 2E | 3D | 9 | 0 | 52 | BD | 2C | D |
| Octal | 22 | 52 | 56 | 75 | 11 | 0 | 122 | 275 | 54 | 15 |
| Binary | 10010 | 101010 | 101110 | 111101 | 1001 | 0 | 1010010 | 10111101 | 101100 | 1101 |
Color Harmonies of #122A2E
Complementary color
Monochromatic Colors of #122A2E
Black with #122A2E
Text Example
Text Example
White with #122A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A2E; }
p { color: rgb(18,42,46); }
H1.HeaderClassName
{
color: #122A2E;
}
.AnyTagClassName
{
color: #122A2E;
}
</style>
background-color css
<style>
a { background-color: #122A2E; }
a { background-color: rgb(18,42,46); }
div.DivClassName
{
background-color: #122A2E;
}
.BgClassName
{
background-color: #122A2E;
}
</style>
border-color css
<style>
span { border-color: #122A2E; }
span { border-color: rgb(18,42,46); }
td.TdClassName
{
border-color: #122A2E;
}
.TagClassName
{
border-color: #122A2E;
}
</style>