Shades of Black Pearl #122C36
Tints of Black Pearl #122C36
RGB
CMYK
RGB Variations
Color information
#122C36 (or 0x122C36) is known color: Black Pearl. HEX triplet: 12, 2C and 36. RGB value is (18,44,54). Sum of RGB (Red+Green+Blue) = 18+44+54=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 54 - color contains mainly: blue. Hex color #122C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C36 is #EDD3C9. Grayscale: #252525. Windows color (decimal): -15586250 or 3550226. OLE color: 3550226.
HSL color Cylindrical-coordinate representation of color #122C36: hue angle of 196.67º 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 #122C36 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 44 | 54 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.79 |
| HSL | 196.67º | 0.5% | 0.14% | - |
| HSV(B) | 196.67º | 0.67% | 0.21% | - |
| XYZ | 1.82 | 2.2 | 3.82 | - |
| YUV | 37.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 54 | 0.67 | 0.19 | 0 | 0.79 | 196.67 | 0.5 | 0.14 |
| Hex | 12 | 2C | 36 | 43 | 13 | 0 | 4F | C5 | 32 | E |
| Octal | 22 | 54 | 66 | 103 | 23 | 0 | 117 | 305 | 62 | 16 |
| Binary | 10010 | 101100 | 110110 | 1000011 | 10011 | 0 | 1001111 | 11000101 | 110010 | 1110 |
Color Harmonies of #122C36
Complementary color
Monochromatic Colors of #122C36
Black with #122C36
Text Example
Text Example
White with #122C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C36; }
p { color: rgb(18,44,54); }
H1.HeaderClassName
{
color: #122C36;
}
.AnyTagClassName
{
color: #122C36;
}
</style>
background-color css
<style>
a { background-color: #122C36; }
a { background-color: rgb(18,44,54); }
div.DivClassName
{
background-color: #122C36;
}
.BgClassName
{
background-color: #122C36;
}
</style>
border-color css
<style>
span { border-color: #122C36; }
span { border-color: rgb(18,44,54); }
td.TdClassName
{
border-color: #122C36;
}
.TagClassName
{
border-color: #122C36;
}
</style>