Shades of Black Pearl #122D35
Tints of Black Pearl #122D35
RGB
CMYK
RGB Variations
Color information
#122D35 (or 0x122D35) is known color: Black Pearl. HEX triplet: 12, 2D and 35. RGB value is (18,45,53). Sum of RGB (Red+Green+Blue) = 18+45+53=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 53 - color contains mainly: blue. Hex color #122D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D35 is #EDD2CA. Grayscale: #252525. Windows color (decimal): -15585995 or 3484946. OLE color: 3484946.
HSL color Cylindrical-coordinate representation of color #122D35: hue angle of 193.71º 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 #122D35 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 45 | 53 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.79 |
| HSL | 193.71º | 0.49% | 0.14% | - |
| HSV(B) | 193.71º | 0.66% | 0.21% | - |
| XYZ | 1.83 | 2.26 | 3.71 | - |
| YUV | 37.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 53 | 0.66 | 0.15 | 0 | 0.79 | 193.71 | 0.49 | 0.14 |
| Hex | 12 | 2D | 35 | 42 | F | 0 | 4F | C2 | 31 | E |
| Octal | 22 | 55 | 65 | 102 | 17 | 0 | 117 | 302 | 61 | 16 |
| Binary | 10010 | 101101 | 110101 | 1000010 | 1111 | 0 | 1001111 | 11000010 | 110001 | 1110 |
Color Harmonies of #122D35
Complementary color
Monochromatic Colors of #122D35
Black with #122D35
Text Example
Text Example
White with #122D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D35; }
p { color: rgb(18,45,53); }
H1.HeaderClassName
{
color: #122D35;
}
.AnyTagClassName
{
color: #122D35;
}
</style>
background-color css
<style>
a { background-color: #122D35; }
a { background-color: rgb(18,45,53); }
div.DivClassName
{
background-color: #122D35;
}
.BgClassName
{
background-color: #122D35;
}
</style>
border-color css
<style>
span { border-color: #122D35; }
span { border-color: rgb(18,45,53); }
td.TdClassName
{
border-color: #122D35;
}
.TagClassName
{
border-color: #122D35;
}
</style>