Shades of Black Pearl #122529
Tints of Black Pearl #122529
RGB
CMYK
RGB Variations
Color information
#122529 (or 0x122529) is known color: Black Pearl. HEX triplet: 12, 25 and 29. RGB value is (18,37,41). Sum of RGB (Red+Green+Blue) = 18+37+41=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #122529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122529 is #EDDAD6. Grayscale: #1F1F1F. Windows color (decimal): -15588055 or 2696466. OLE color: 2696466.
HSL color Cylindrical-coordinate representation of color #122529: hue angle of 190.43º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122529 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 37 | 41 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.84 |
| HSL | 190.43º | 0.39% | 0.12% | - |
| HSV(B) | 190.43º | 0.56% | 0.16% | - |
| XYZ | 1.31 | 1.61 | 2.34 | - |
| YUV | 31.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 41 | 0.56 | 0.10 | 0 | 0.84 | 190.43 | 0.39 | 0.12 |
| Hex | 12 | 25 | 29 | 38 | A | 0 | 54 | BE | 27 | C |
| Octal | 22 | 45 | 51 | 70 | 12 | 0 | 124 | 276 | 47 | 14 |
| Binary | 10010 | 100101 | 101001 | 111000 | 1010 | 0 | 1010100 | 10111110 | 100111 | 1100 |
Color Harmonies of #122529
Complementary color
Monochromatic Colors of #122529
Black with #122529
Text Example
Text Example
White with #122529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122529; }
p { color: rgb(18,37,41); }
H1.HeaderClassName
{
color: #122529;
}
.AnyTagClassName
{
color: #122529;
}
</style>
background-color css
<style>
a { background-color: #122529; }
a { background-color: rgb(18,37,41); }
div.DivClassName
{
background-color: #122529;
}
.BgClassName
{
background-color: #122529;
}
</style>
border-color css
<style>
span { border-color: #122529; }
span { border-color: rgb(18,37,41); }
td.TdClassName
{
border-color: #122529;
}
.TagClassName
{
border-color: #122529;
}
</style>