Shades of Black Pearl #122A33
Tints of Black Pearl #122A33
RGB
CMYK
RGB Variations
Color information
#122A33 (or 0x122A33) is known color: Black Pearl. HEX triplet: 12, 2A and 33. RGB value is (18,42,51). Sum of RGB (Red+Green+Blue) = 18+42+51=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 51 - color contains mainly: blue. Hex color #122A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A33 is #EDD5CC. Grayscale: #232323. Windows color (decimal): -15586765 or 3353106. OLE color: 3353106.
HSL color Cylindrical-coordinate representation of color #122A33: hue angle of 196.36º 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 #122A33 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 42 | 51 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.8 |
| HSL | 196.36º | 0.48% | 0.14% | - |
| HSV(B) | 196.36º | 0.65% | 0.2% | - |
| XYZ | 1.67 | 2.02 | 3.43 | - |
| YUV | 35.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 51 | 0.65 | 0.18 | 0 | 0.8 | 196.36 | 0.48 | 0.14 |
| Hex | 12 | 2A | 33 | 41 | 12 | 0 | 50 | C4 | 30 | E |
| Octal | 22 | 52 | 63 | 101 | 22 | 0 | 120 | 304 | 60 | 16 |
| Binary | 10010 | 101010 | 110011 | 1000001 | 10010 | 0 | 1010000 | 11000100 | 110000 | 1110 |
Color Harmonies of #122A33
Complementary color
Monochromatic Colors of #122A33
Black with #122A33
Text Example
Text Example
White with #122A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A33; }
p { color: rgb(18,42,51); }
H1.HeaderClassName
{
color: #122A33;
}
.AnyTagClassName
{
color: #122A33;
}
</style>
background-color css
<style>
a { background-color: #122A33; }
a { background-color: rgb(18,42,51); }
div.DivClassName
{
background-color: #122A33;
}
.BgClassName
{
background-color: #122A33;
}
</style>
border-color css
<style>
span { border-color: #122A33; }
span { border-color: rgb(18,42,51); }
td.TdClassName
{
border-color: #122A33;
}
.TagClassName
{
border-color: #122A33;
}
</style>