Shades of Black Pearl #121819
Tints of Black Pearl #121819
RGB
CMYK
RGB Variations
Color information
#121819 (or 0x121819) is known color: Black Pearl. HEX triplet: 12, 18 and 19. RGB value is (18,24,25). Sum of RGB (Red+Green+Blue) = 18+24+25=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 25 - color contains mainly: blue. Hex color #121819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121819 is #EDE7E6. Grayscale: #161616. Windows color (decimal): -15591399 or 1644562. OLE color: 1644562.
HSL color Cylindrical-coordinate representation of color #121819: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #121819 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 24 | 25 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.90 |
| HSL | 188.57º | 0.16% | 0.08% | - |
| HSV(B) | 188.57º | 0.28% | 0.1% | - |
| XYZ | 0.75 | 0.85 | 1.04 | - |
| YUV | 22.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 25 | 0.28 | 0.04 | 0 | 0.90 | 188.57 | 0.16 | 0.08 |
| Hex | 12 | 18 | 19 | 1C | 4 | 0 | 5A | BD | 10 | 8 |
| Octal | 22 | 30 | 31 | 34 | 4 | 0 | 132 | 275 | 20 | 10 |
| Binary | 10010 | 11000 | 11001 | 11100 | 100 | 0 | 1011010 | 10111101 | 10000 | 1000 |
Color Harmonies of #121819
Complementary color
Monochromatic Colors of #121819
Black with #121819
Text Example
Text Example
White with #121819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121819; }
p { color: rgb(18,24,25); }
H1.HeaderClassName
{
color: #121819;
}
.AnyTagClassName
{
color: #121819;
}
</style>
background-color css
<style>
a { background-color: #121819; }
a { background-color: rgb(18,24,25); }
div.DivClassName
{
background-color: #121819;
}
.BgClassName
{
background-color: #121819;
}
</style>
border-color css
<style>
span { border-color: #121819; }
span { border-color: rgb(18,24,25); }
td.TdClassName
{
border-color: #121819;
}
.TagClassName
{
border-color: #121819;
}
</style>