Shades of Black Pearl #122128
Tints of Black Pearl #122128
RGB
CMYK
RGB Variations
Color information
#122128 (or 0x122128) is known color: Black Pearl. HEX triplet: 12, 21 and 28. RGB value is (18,33,40). Sum of RGB (Red+Green+Blue) = 18+33+40=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #122128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122128 is #EDDED7. Grayscale: #1D1D1D. Windows color (decimal): -15589080 or 2629906. OLE color: 2629906.
HSL color Cylindrical-coordinate representation of color #122128: hue angle of 199.09º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #122128 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 33 | 40 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.84 |
| HSL | 199.09º | 0.38% | 0.11% | - |
| HSV(B) | 199.09º | 0.55% | 0.16% | - |
| XYZ | 1.18 | 1.37 | 2.21 | - |
| YUV | 29.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 40 | 0.55 | 0.17 | 0 | 0.84 | 199.09 | 0.38 | 0.11 |
| Hex | 12 | 21 | 28 | 37 | 11 | 0 | 54 | C7 | 26 | B |
| Octal | 22 | 41 | 50 | 67 | 21 | 0 | 124 | 307 | 46 | 13 |
| Binary | 10010 | 100001 | 101000 | 110111 | 10001 | 0 | 1010100 | 11000111 | 100110 | 1011 |
Color Harmonies of #122128
Complementary color
Monochromatic Colors of #122128
Black with #122128
Text Example
Text Example
White with #122128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122128; }
p { color: rgb(18,33,40); }
H1.HeaderClassName
{
color: #122128;
}
.AnyTagClassName
{
color: #122128;
}
</style>
background-color css
<style>
a { background-color: #122128; }
a { background-color: rgb(18,33,40); }
div.DivClassName
{
background-color: #122128;
}
.BgClassName
{
background-color: #122128;
}
</style>
border-color css
<style>
span { border-color: #122128; }
span { border-color: rgb(18,33,40); }
td.TdClassName
{
border-color: #122128;
}
.TagClassName
{
border-color: #122128;
}
</style>