Shades of Black Pearl #121B24
Tints of Black Pearl #121B24
RGB
CMYK
RGB Variations
Color information
#121B24 (or 0x121B24) is known color: Black Pearl. HEX triplet: 12, 1B and 24. RGB value is (18,27,36). Sum of RGB (Red+Green+Blue) = 18+27+36=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 36 - color contains mainly: blue. Hex color #121B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B24 is #EDE4DB. Grayscale: #191919. Windows color (decimal): -15590620 or 2366226. OLE color: 2366226.
HSL color Cylindrical-coordinate representation of color #121B24: hue angle of 210º 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 #121B24 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 27 | 36 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.86 |
| HSL | 210º | 0.33% | 0.11% | - |
| HSV(B) | 210º | 0.5% | 0.14% | - |
| XYZ | 0.96 | 1.04 | 1.82 | - |
| YUV | 25.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 36 | 0.5 | 0.25 | 0 | 0.86 | 210 | 0.33 | 0.11 |
| Hex | 12 | 1B | 24 | 32 | 19 | 0 | 56 | D2 | 21 | B |
| Octal | 22 | 33 | 44 | 62 | 31 | 0 | 126 | 322 | 41 | 13 |
| Binary | 10010 | 11011 | 100100 | 110010 | 11001 | 0 | 1010110 | 11010010 | 100001 | 1011 |
Color Harmonies of #121B24
Complementary color
Monochromatic Colors of #121B24
Black with #121B24
Text Example
Text Example
White with #121B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B24; }
p { color: rgb(18,27,36); }
H1.HeaderClassName
{
color: #121B24;
}
.AnyTagClassName
{
color: #121B24;
}
</style>
background-color css
<style>
a { background-color: #121B24; }
a { background-color: rgb(18,27,36); }
div.DivClassName
{
background-color: #121B24;
}
.BgClassName
{
background-color: #121B24;
}
</style>
border-color css
<style>
span { border-color: #121B24; }
span { border-color: rgb(18,27,36); }
td.TdClassName
{
border-color: #121B24;
}
.TagClassName
{
border-color: #121B24;
}
</style>