Shades of Black Pearl #122B36
Tints of Black Pearl #122B36
RGB
CMYK
RGB Variations
Color information
#122B36 (or 0x122B36) is known color: Black Pearl. HEX triplet: 12, 2B and 36. RGB value is (18,43,54). Sum of RGB (Red+Green+Blue) = 18+43+54=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #122B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B36 is #EDD4C9. Grayscale: #242424. Windows color (decimal): -15586506 or 3549970. OLE color: 3549970.
HSL color Cylindrical-coordinate representation of color #122B36: hue angle of 198.33º 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 #122B36 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 43 | 54 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.79 |
| HSL | 198.33º | 0.5% | 0.14% | - |
| HSV(B) | 198.33º | 0.67% | 0.21% | - |
| XYZ | 1.78 | 2.12 | 3.81 | - |
| YUV | 36.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 54 | 0.67 | 0.20 | 0 | 0.79 | 198.33 | 0.5 | 0.14 |
| Hex | 12 | 2B | 36 | 43 | 14 | 0 | 4F | C6 | 32 | E |
| Octal | 22 | 53 | 66 | 103 | 24 | 0 | 117 | 306 | 62 | 16 |
| Binary | 10010 | 101011 | 110110 | 1000011 | 10100 | 0 | 1001111 | 11000110 | 110010 | 1110 |
Color Harmonies of #122B36
Complementary color
Monochromatic Colors of #122B36
Black with #122B36
Text Example
Text Example
White with #122B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B36; }
p { color: rgb(18,43,54); }
H1.HeaderClassName
{
color: #122B36;
}
.AnyTagClassName
{
color: #122B36;
}
</style>
background-color css
<style>
a { background-color: #122B36; }
a { background-color: rgb(18,43,54); }
div.DivClassName
{
background-color: #122B36;
}
.BgClassName
{
background-color: #122B36;
}
</style>
border-color css
<style>
span { border-color: #122B36; }
span { border-color: rgb(18,43,54); }
td.TdClassName
{
border-color: #122B36;
}
.TagClassName
{
border-color: #122B36;
}
</style>