Shades of Black Pearl #122033
Tints of Black Pearl #122033
RGB
CMYK
RGB Variations
Color information
#122033 (or 0x122033) is known color: Black Pearl. HEX triplet: 12, 20 and 33. RGB value is (18,32,51). Sum of RGB (Red+Green+Blue) = 18+32+51=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #122033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122033 is #EDDFCC. Grayscale: #1D1D1D. Windows color (decimal): -15589325 or 3350546. OLE color: 3350546.
HSL color Cylindrical-coordinate representation of color #122033: hue angle of 214.55º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #122033 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 32 | 51 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.8 |
| HSL | 214.55º | 0.48% | 0.14% | - |
| HSV(B) | 214.55º | 0.65% | 0.2% | - |
| XYZ | 1.36 | 1.4 | 3.33 | - |
| YUV | 29.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 51 | 0.65 | 0.37 | 0 | 0.8 | 214.55 | 0.48 | 0.14 |
| Hex | 12 | 20 | 33 | 41 | 25 | 0 | 50 | D7 | 30 | E |
| Octal | 22 | 40 | 63 | 101 | 45 | 0 | 120 | 327 | 60 | 16 |
| Binary | 10010 | 100000 | 110011 | 1000001 | 100101 | 0 | 1010000 | 11010111 | 110000 | 1110 |
Color Harmonies of #122033
Complementary color
Monochromatic Colors of #122033
Black with #122033
Text Example
Text Example
White with #122033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122033; }
p { color: rgb(18,32,51); }
H1.HeaderClassName
{
color: #122033;
}
.AnyTagClassName
{
color: #122033;
}
</style>
background-color css
<style>
a { background-color: #122033; }
a { background-color: rgb(18,32,51); }
div.DivClassName
{
background-color: #122033;
}
.BgClassName
{
background-color: #122033;
}
</style>
border-color css
<style>
span { border-color: #122033; }
span { border-color: rgb(18,32,51); }
td.TdClassName
{
border-color: #122033;
}
.TagClassName
{
border-color: #122033;
}
</style>