Shades of Black Pearl #122D36
Tints of Black Pearl #122D36
RGB
CMYK
RGB Variations
Color information
#122D36 (or 0x122D36) is known color: Black Pearl. HEX triplet: 12, 2D and 36. RGB value is (18,45,54). Sum of RGB (Red+Green+Blue) = 18+45+54=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 54 - color contains mainly: blue. Hex color #122D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D36 is #EDD2C9. Grayscale: #252525. Windows color (decimal): -15585994 or 3550482. OLE color: 3550482.
HSL color Cylindrical-coordinate representation of color #122D36: hue angle of 195º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #122D36 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 45 | 54 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.79 |
| HSL | 195º | 0.5% | 0.14% | - |
| HSV(B) | 195º | 0.67% | 0.21% | - |
| XYZ | 1.85 | 2.27 | 3.83 | - |
| YUV | 37.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 54 | 0.67 | 0.17 | 0 | 0.79 | 195 | 0.5 | 0.14 |
| Hex | 12 | 2D | 36 | 43 | 11 | 0 | 4F | C3 | 32 | E |
| Octal | 22 | 55 | 66 | 103 | 21 | 0 | 117 | 303 | 62 | 16 |
| Binary | 10010 | 101101 | 110110 | 1000011 | 10001 | 0 | 1001111 | 11000011 | 110010 | 1110 |
Color Harmonies of #122D36
Complementary color
Monochromatic Colors of #122D36
Black with #122D36
Text Example
Text Example
White with #122D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D36; }
p { color: rgb(18,45,54); }
H1.HeaderClassName
{
color: #122D36;
}
.AnyTagClassName
{
color: #122D36;
}
</style>
background-color css
<style>
a { background-color: #122D36; }
a { background-color: rgb(18,45,54); }
div.DivClassName
{
background-color: #122D36;
}
.BgClassName
{
background-color: #122D36;
}
</style>
border-color css
<style>
span { border-color: #122D36; }
span { border-color: rgb(18,45,54); }
td.TdClassName
{
border-color: #122D36;
}
.TagClassName
{
border-color: #122D36;
}
</style>