Shades of Black Pearl #122935
Tints of Black Pearl #122935
RGB
CMYK
RGB Variations
Color information
#122935 (or 0x122935) is known color: Black Pearl. HEX triplet: 12, 29 and 35. RGB value is (18,41,53). Sum of RGB (Red+Green+Blue) = 18+41+53=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #122935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122935 is #EDD6CA. Grayscale: #232323. Windows color (decimal): -15587019 or 3483922. OLE color: 3483922.
HSL color Cylindrical-coordinate representation of color #122935: hue angle of 200.57º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #122935 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 41 | 53 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.79 |
| HSL | 200.57º | 0.49% | 0.14% | - |
| HSV(B) | 200.57º | 0.66% | 0.21% | - |
| XYZ | 1.68 | 1.97 | 3.66 | - |
| YUV | 35.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 53 | 0.66 | 0.23 | 0 | 0.79 | 200.57 | 0.49 | 0.14 |
| Hex | 12 | 29 | 35 | 42 | 17 | 0 | 4F | C9 | 31 | E |
| Octal | 22 | 51 | 65 | 102 | 27 | 0 | 117 | 311 | 61 | 16 |
| Binary | 10010 | 101001 | 110101 | 1000010 | 10111 | 0 | 1001111 | 11001001 | 110001 | 1110 |
Color Harmonies of #122935
Complementary color
Monochromatic Colors of #122935
Black with #122935
Text Example
Text Example
White with #122935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122935; }
p { color: rgb(18,41,53); }
H1.HeaderClassName
{
color: #122935;
}
.AnyTagClassName
{
color: #122935;
}
</style>
background-color css
<style>
a { background-color: #122935; }
a { background-color: rgb(18,41,53); }
div.DivClassName
{
background-color: #122935;
}
.BgClassName
{
background-color: #122935;
}
</style>
border-color css
<style>
span { border-color: #122935; }
span { border-color: rgb(18,41,53); }
td.TdClassName
{
border-color: #122935;
}
.TagClassName
{
border-color: #122935;
}
</style>