Shades of Black Pearl #121B1D
Tints of Black Pearl #121B1D
RGB
CMYK
RGB Variations
Color information
#121B1D (or 0x121B1D) is known color: Black Pearl. HEX triplet: 12, 1B and 1D. RGB value is (18,27,29). Sum of RGB (Red+Green+Blue) = 18+27+29=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #121B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B1D is #EDE4E2. Grayscale: #181818. Windows color (decimal): -15590627 or 1907474. OLE color: 1907474.
HSL color Cylindrical-coordinate representation of color #121B1D: hue angle of 190.91º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #121B1D is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 29 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.89 |
| HSL | 190.91º | 0.23% | 0.09% | - |
| HSV(B) | 190.91º | 0.38% | 0.11% | - |
| XYZ | 0.86 | 1 | 1.31 | - |
| YUV | 24.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 29 | 0.38 | 0.07 | 0 | 0.89 | 190.91 | 0.23 | 0.09 |
| Hex | 12 | 1B | 1D | 26 | 7 | 0 | 59 | BF | 17 | 9 |
| Octal | 22 | 33 | 35 | 46 | 7 | 0 | 131 | 277 | 27 | 11 |
| Binary | 10010 | 11011 | 11101 | 100110 | 111 | 0 | 1011001 | 10111111 | 10111 | 1001 |
Color Harmonies of #121B1D
Complementary color
Monochromatic Colors of #121B1D
Black with #121B1D
Text Example
Text Example
White with #121B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B1D; }
p { color: rgb(18,27,29); }
H1.HeaderClassName
{
color: #121B1D;
}
.AnyTagClassName
{
color: #121B1D;
}
</style>
background-color css
<style>
a { background-color: #121B1D; }
a { background-color: rgb(18,27,29); }
div.DivClassName
{
background-color: #121B1D;
}
.BgClassName
{
background-color: #121B1D;
}
</style>
border-color css
<style>
span { border-color: #121B1D; }
span { border-color: rgb(18,27,29); }
td.TdClassName
{
border-color: #121B1D;
}
.TagClassName
{
border-color: #121B1D;
}
</style>