Shades of Black Pearl #122B30
Tints of Black Pearl #122B30
RGB
CMYK
RGB Variations
Color information
#122B30 (or 0x122B30) is known color: Black Pearl. HEX triplet: 12, 2B and 30. RGB value is (18,43,48). Sum of RGB (Red+Green+Blue) = 18+43+48=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #122B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B30 is #EDD4CF. Grayscale: #242424. Windows color (decimal): -15586512 or 3156754. OLE color: 3156754.
HSL color Cylindrical-coordinate representation of color #122B30: hue angle of 190º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122B30 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 43 | 48 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.81 |
| HSL | 190º | 0.45% | 0.13% | - |
| HSV(B) | 190º | 0.63% | 0.19% | - |
| XYZ | 1.65 | 2.07 | 3.11 | - |
| YUV | 36.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 48 | 0.63 | 0.10 | 0 | 0.81 | 190 | 0.45 | 0.13 |
| Hex | 12 | 2B | 30 | 3F | A | 0 | 51 | BE | 2D | D |
| Octal | 22 | 53 | 60 | 77 | 12 | 0 | 121 | 276 | 55 | 15 |
| Binary | 10010 | 101011 | 110000 | 111111 | 1010 | 0 | 1010001 | 10111110 | 101101 | 1101 |
Color Harmonies of #122B30
Complementary color
Monochromatic Colors of #122B30
Black with #122B30
Text Example
Text Example
White with #122B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B30; }
p { color: rgb(18,43,48); }
H1.HeaderClassName
{
color: #122B30;
}
.AnyTagClassName
{
color: #122B30;
}
</style>
background-color css
<style>
a { background-color: #122B30; }
a { background-color: rgb(18,43,48); }
div.DivClassName
{
background-color: #122B30;
}
.BgClassName
{
background-color: #122B30;
}
</style>
border-color css
<style>
span { border-color: #122B30; }
span { border-color: rgb(18,43,48); }
td.TdClassName
{
border-color: #122B30;
}
.TagClassName
{
border-color: #122B30;
}
</style>