Shades of Black Pearl #121C24
Tints of Black Pearl #121C24
RGB
CMYK
RGB Variations
Color information
#121C24 (or 0x121C24) is known color: Black Pearl. HEX triplet: 12, 1C and 24. RGB value is (18,28,36). Sum of RGB (Red+Green+Blue) = 18+28+36=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 36 - color contains mainly: blue. Hex color #121C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C24 is #EDE3DB. Grayscale: #191919. Windows color (decimal): -15590364 or 2366482. OLE color: 2366482.
HSL color Cylindrical-coordinate representation of color #121C24: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121C24 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 28 | 36 | - |
| CMYK | 0.5 | 0.22 | 0 | 0.86 |
| HSL | 206.67º | 0.33% | 0.11% | - |
| HSV(B) | 206.67º | 0.5% | 0.14% | - |
| XYZ | 0.98 | 1.09 | 1.83 | - |
| YUV | 25.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 36 | 0.5 | 0.22 | 0 | 0.86 | 206.67 | 0.33 | 0.11 |
| Hex | 12 | 1C | 24 | 32 | 16 | 0 | 56 | CF | 21 | B |
| Octal | 22 | 34 | 44 | 62 | 26 | 0 | 126 | 317 | 41 | 13 |
| Binary | 10010 | 11100 | 100100 | 110010 | 10110 | 0 | 1010110 | 11001111 | 100001 | 1011 |
Color Harmonies of #121C24
Complementary color
Monochromatic Colors of #121C24
Black with #121C24
Text Example
Text Example
White with #121C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C24; }
p { color: rgb(18,28,36); }
H1.HeaderClassName
{
color: #121C24;
}
.AnyTagClassName
{
color: #121C24;
}
</style>
background-color css
<style>
a { background-color: #121C24; }
a { background-color: rgb(18,28,36); }
div.DivClassName
{
background-color: #121C24;
}
.BgClassName
{
background-color: #121C24;
}
</style>
border-color css
<style>
span { border-color: #121C24; }
span { border-color: rgb(18,28,36); }
td.TdClassName
{
border-color: #121C24;
}
.TagClassName
{
border-color: #121C24;
}
</style>