Shades of Black Pearl #12181D
Tints of Black Pearl #12181D
RGB
CMYK
RGB Variations
Color information
#12181D (or 0x12181D) is known color: Black Pearl. HEX triplet: 12, 18 and 1D. RGB value is (18,24,29). Sum of RGB (Red+Green+Blue) = 18+24+29=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #12181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181D is #EDE7E2. Grayscale: #161616. Windows color (decimal): -15591395 or 1906706. OLE color: 1906706.
HSL color Cylindrical-coordinate representation of color #12181D: hue angle of 207.27º 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 #12181D is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 24 | 29 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.89 |
| HSL | 207.27º | 0.23% | 0.09% | - |
| HSV(B) | 207.27º | 0.38% | 0.11% | - |
| XYZ | 0.8 | 0.87 | 1.29 | - |
| YUV | 22.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 29 | 0.38 | 0.17 | 0 | 0.89 | 207.27 | 0.23 | 0.09 |
| Hex | 12 | 18 | 1D | 26 | 11 | 0 | 59 | CF | 17 | 9 |
| Octal | 22 | 30 | 35 | 46 | 21 | 0 | 131 | 317 | 27 | 11 |
| Binary | 10010 | 11000 | 11101 | 100110 | 10001 | 0 | 1011001 | 11001111 | 10111 | 1001 |
Color Harmonies of #12181D
Complementary color
Monochromatic Colors of #12181D
Black with #12181D
Text Example
Text Example
White with #12181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12181D; }
p { color: rgb(18,24,29); }
H1.HeaderClassName
{
color: #12181D;
}
.AnyTagClassName
{
color: #12181D;
}
</style>
background-color css
<style>
a { background-color: #12181D; }
a { background-color: rgb(18,24,29); }
div.DivClassName
{
background-color: #12181D;
}
.BgClassName
{
background-color: #12181D;
}
</style>
border-color css
<style>
span { border-color: #12181D; }
span { border-color: rgb(18,24,29); }
td.TdClassName
{
border-color: #12181D;
}
.TagClassName
{
border-color: #12181D;
}
</style>