Shades of Black Pearl #121C29
Tints of Black Pearl #121C29
RGB
CMYK
RGB Variations
Color information
#121C29 (or 0x121C29) is known color: Black Pearl. HEX triplet: 12, 1C and 29. RGB value is (18,28,41). Sum of RGB (Red+Green+Blue) = 18+28+41=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: blue. Hex color #121C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C29 is #EDE3D6. Grayscale: #1A1A1A. Windows color (decimal): -15590359 or 2694162. OLE color: 2694162.
HSL color Cylindrical-coordinate representation of color #121C29: hue angle of 213.91º 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 #121C29 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 28 | 41 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.84 |
| HSL | 213.91º | 0.39% | 0.12% | - |
| HSV(B) | 213.91º | 0.56% | 0.16% | - |
| XYZ | 1.06 | 1.12 | 2.26 | - |
| YUV | 26.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 41 | 0.56 | 0.32 | 0 | 0.84 | 213.91 | 0.39 | 0.12 |
| Hex | 12 | 1C | 29 | 38 | 20 | 0 | 54 | D6 | 27 | C |
| Octal | 22 | 34 | 51 | 70 | 40 | 0 | 124 | 326 | 47 | 14 |
| Binary | 10010 | 11100 | 101001 | 111000 | 100000 | 0 | 1010100 | 11010110 | 100111 | 1100 |
Color Harmonies of #121C29
Complementary color
Monochromatic Colors of #121C29
Black with #121C29
Text Example
Text Example
White with #121C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C29; }
p { color: rgb(18,28,41); }
H1.HeaderClassName
{
color: #121C29;
}
.AnyTagClassName
{
color: #121C29;
}
</style>
background-color css
<style>
a { background-color: #121C29; }
a { background-color: rgb(18,28,41); }
div.DivClassName
{
background-color: #121C29;
}
.BgClassName
{
background-color: #121C29;
}
</style>
border-color css
<style>
span { border-color: #121C29; }
span { border-color: rgb(18,28,41); }
td.TdClassName
{
border-color: #121C29;
}
.TagClassName
{
border-color: #121C29;
}
</style>