Shades of Black Pearl #121920
Tints of Black Pearl #121920
RGB
CMYK
RGB Variations
Color information
#121920 (or 0x121920) is known color: Black Pearl. HEX triplet: 12, 19 and 20. RGB value is (18,25,32). Sum of RGB (Red+Green+Blue) = 18+25+32=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 32 - color contains mainly: blue. Hex color #121920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121920 is #EDE6DF. Grayscale: #171717. Windows color (decimal): -15591136 or 2103570. OLE color: 2103570.
HSL color Cylindrical-coordinate representation of color #121920: hue angle of 210º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #121920 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 25 | 32 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.87 |
| HSL | 210º | 0.28% | 0.1% | - |
| HSV(B) | 210º | 0.44% | 0.13% | - |
| XYZ | 0.86 | 0.93 | 1.5 | - |
| YUV | 23.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 32 | 0.44 | 0.22 | 0 | 0.87 | 210 | 0.28 | 0.1 |
| Hex | 12 | 19 | 20 | 2C | 16 | 0 | 57 | D2 | 1C | A |
| Octal | 22 | 31 | 40 | 54 | 26 | 0 | 127 | 322 | 34 | 12 |
| Binary | 10010 | 11001 | 100000 | 101100 | 10110 | 0 | 1010111 | 11010010 | 11100 | 1010 |
Color Harmonies of #121920
Complementary color
Monochromatic Colors of #121920
Black with #121920
Text Example
Text Example
White with #121920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121920; }
p { color: rgb(18,25,32); }
H1.HeaderClassName
{
color: #121920;
}
.AnyTagClassName
{
color: #121920;
}
</style>
background-color css
<style>
a { background-color: #121920; }
a { background-color: rgb(18,25,32); }
div.DivClassName
{
background-color: #121920;
}
.BgClassName
{
background-color: #121920;
}
</style>
border-color css
<style>
span { border-color: #121920; }
span { border-color: rgb(18,25,32); }
td.TdClassName
{
border-color: #121920;
}
.TagClassName
{
border-color: #121920;
}
</style>