Shades of Black Pearl #122230
Tints of Black Pearl #122230
RGB
CMYK
RGB Variations
Color information
#122230 (or 0x122230) is known color: Black Pearl. HEX triplet: 12, 22 and 30. RGB value is (18,34,48). Sum of RGB (Red+Green+Blue) = 18+34+48=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #122230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122230 is #EDDDCF. Grayscale: #1E1E1E. Windows color (decimal): -15588816 or 3154450. OLE color: 3154450.
HSL color Cylindrical-coordinate representation of color #122230: hue angle of 208º 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 #122230 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 34 | 48 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.81 |
| HSL | 208º | 0.45% | 0.13% | - |
| HSV(B) | 208º | 0.63% | 0.19% | - |
| XYZ | 1.35 | 1.49 | 3.01 | - |
| YUV | 30.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 48 | 0.63 | 0.29 | 0 | 0.81 | 208 | 0.45 | 0.13 |
| Hex | 12 | 22 | 30 | 3F | 1D | 0 | 51 | D0 | 2D | D |
| Octal | 22 | 42 | 60 | 77 | 35 | 0 | 121 | 320 | 55 | 15 |
| Binary | 10010 | 100010 | 110000 | 111111 | 11101 | 0 | 1010001 | 11010000 | 101101 | 1101 |
Color Harmonies of #122230
Complementary color
Monochromatic Colors of #122230
Black with #122230
Text Example
Text Example
White with #122230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122230; }
p { color: rgb(18,34,48); }
H1.HeaderClassName
{
color: #122230;
}
.AnyTagClassName
{
color: #122230;
}
</style>
background-color css
<style>
a { background-color: #122230; }
a { background-color: rgb(18,34,48); }
div.DivClassName
{
background-color: #122230;
}
.BgClassName
{
background-color: #122230;
}
</style>
border-color css
<style>
span { border-color: #122230; }
span { border-color: rgb(18,34,48); }
td.TdClassName
{
border-color: #122230;
}
.TagClassName
{
border-color: #122230;
}
</style>