Shades of Black Pearl #122933
Tints of Black Pearl #122933
RGB
CMYK
RGB Variations
Color information
#122933 (or 0x122933) is known color: Black Pearl. HEX triplet: 12, 29 and 33. RGB value is (18,41,51). Sum of RGB (Red+Green+Blue) = 18+41+51=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #122933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122933 is #EDD6CC. Grayscale: #232323. Windows color (decimal): -15587021 or 3352850. OLE color: 3352850.
HSL color Cylindrical-coordinate representation of color #122933: hue angle of 198.18º 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 #122933 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 41 | 51 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.8 |
| HSL | 198.18º | 0.48% | 0.14% | - |
| HSV(B) | 198.18º | 0.65% | 0.2% | - |
| XYZ | 1.64 | 1.95 | 3.42 | - |
| YUV | 35.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 51 | 0.65 | 0.20 | 0 | 0.8 | 198.18 | 0.48 | 0.14 |
| Hex | 12 | 29 | 33 | 41 | 14 | 0 | 50 | C6 | 30 | E |
| Octal | 22 | 51 | 63 | 101 | 24 | 0 | 120 | 306 | 60 | 16 |
| Binary | 10010 | 101001 | 110011 | 1000001 | 10100 | 0 | 1010000 | 11000110 | 110000 | 1110 |
Color Harmonies of #122933
Complementary color
Monochromatic Colors of #122933
Black with #122933
Text Example
Text Example
White with #122933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122933; }
p { color: rgb(18,41,51); }
H1.HeaderClassName
{
color: #122933;
}
.AnyTagClassName
{
color: #122933;
}
</style>
background-color css
<style>
a { background-color: #122933; }
a { background-color: rgb(18,41,51); }
div.DivClassName
{
background-color: #122933;
}
.BgClassName
{
background-color: #122933;
}
</style>
border-color css
<style>
span { border-color: #122933; }
span { border-color: rgb(18,41,51); }
td.TdClassName
{
border-color: #122933;
}
.TagClassName
{
border-color: #122933;
}
</style>