Shades of Black Pearl #122930
Tints of Black Pearl #122930
RGB
CMYK
RGB Variations
Color information
#122930 (or 0x122930) is known color: Black Pearl. HEX triplet: 12, 29 and 30. RGB value is (18,41,48). Sum of RGB (Red+Green+Blue) = 18+41+48=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #122930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122930 is #EDD6CF. Grayscale: #222222. Windows color (decimal): -15587024 or 3156242. OLE color: 3156242.
HSL color Cylindrical-coordinate representation of color #122930: hue angle of 194º 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 #122930 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 41 | 48 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.81 |
| HSL | 194º | 0.45% | 0.13% | - |
| HSV(B) | 194º | 0.63% | 0.19% | - |
| XYZ | 1.58 | 1.93 | 3.09 | - |
| YUV | 34.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 48 | 0.63 | 0.15 | 0 | 0.81 | 194 | 0.45 | 0.13 |
| Hex | 12 | 29 | 30 | 3F | F | 0 | 51 | C2 | 2D | D |
| Octal | 22 | 51 | 60 | 77 | 17 | 0 | 121 | 302 | 55 | 15 |
| Binary | 10010 | 101001 | 110000 | 111111 | 1111 | 0 | 1010001 | 11000010 | 101101 | 1101 |
Color Harmonies of #122930
Complementary color
Monochromatic Colors of #122930
Black with #122930
Text Example
Text Example
White with #122930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122930; }
p { color: rgb(18,41,48); }
H1.HeaderClassName
{
color: #122930;
}
.AnyTagClassName
{
color: #122930;
}
</style>
background-color css
<style>
a { background-color: #122930; }
a { background-color: rgb(18,41,48); }
div.DivClassName
{
background-color: #122930;
}
.BgClassName
{
background-color: #122930;
}
</style>
border-color css
<style>
span { border-color: #122930; }
span { border-color: rgb(18,41,48); }
td.TdClassName
{
border-color: #122930;
}
.TagClassName
{
border-color: #122930;
}
</style>