Shades of Black Pearl #12191D
Tints of Black Pearl #12191D
RGB
CMYK
RGB Variations
Color information
#12191D (or 0x12191D) is known color: Black Pearl. HEX triplet: 12, 19 and 1D. RGB value is (18,25,29). Sum of RGB (Red+Green+Blue) = 18+25+29=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #12191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12191D is #EDE6E2. Grayscale: #171717. Windows color (decimal): -15591139 or 1906962. OLE color: 1906962.
HSL color Cylindrical-coordinate representation of color #12191D: hue angle of 201.82º 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 #12191D is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 25 | 29 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.89 |
| HSL | 201.82º | 0.23% | 0.09% | - |
| HSV(B) | 201.82º | 0.38% | 0.11% | - |
| XYZ | 0.82 | 0.91 | 1.3 | - |
| YUV | 23.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 29 | 0.38 | 0.14 | 0 | 0.89 | 201.82 | 0.23 | 0.09 |
| Hex | 12 | 19 | 1D | 26 | E | 0 | 59 | CA | 17 | 9 |
| Octal | 22 | 31 | 35 | 46 | 16 | 0 | 131 | 312 | 27 | 11 |
| Binary | 10010 | 11001 | 11101 | 100110 | 1110 | 0 | 1011001 | 11001010 | 10111 | 1001 |
Color Harmonies of #12191D
Complementary color
Monochromatic Colors of #12191D
Black with #12191D
Text Example
Text Example
White with #12191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12191D; }
p { color: rgb(18,25,29); }
H1.HeaderClassName
{
color: #12191D;
}
.AnyTagClassName
{
color: #12191D;
}
</style>
background-color css
<style>
a { background-color: #12191D; }
a { background-color: rgb(18,25,29); }
div.DivClassName
{
background-color: #12191D;
}
.BgClassName
{
background-color: #12191D;
}
</style>
border-color css
<style>
span { border-color: #12191D; }
span { border-color: rgb(18,25,29); }
td.TdClassName
{
border-color: #12191D;
}
.TagClassName
{
border-color: #12191D;
}
</style>