Shades of Black Pearl #12191C
Tints of Black Pearl #12191C
RGB
CMYK
RGB Variations
Color information
#12191C (or 0x12191C) is known color: Black Pearl. HEX triplet: 12, 19 and 1C. RGB value is (18,25,28). Sum of RGB (Red+Green+Blue) = 18+25+28=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: blue. Hex color #12191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12191C is #EDE6E3. Grayscale: #171717. Windows color (decimal): -15591140 or 1841426. OLE color: 1841426.
HSL color Cylindrical-coordinate representation of color #12191C: hue angle of 198º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #12191C is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 25 | 28 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.89 |
| HSL | 198º | 0.22% | 0.09% | - |
| HSV(B) | 198º | 0.36% | 0.11% | - |
| XYZ | 0.81 | 0.91 | 1.23 | - |
| YUV | 23.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 28 | 0.36 | 0.11 | 0 | 0.89 | 198 | 0.22 | 0.09 |
| Hex | 12 | 19 | 1C | 24 | B | 0 | 59 | C6 | 16 | 9 |
| Octal | 22 | 31 | 34 | 44 | 13 | 0 | 131 | 306 | 26 | 11 |
| Binary | 10010 | 11001 | 11100 | 100100 | 1011 | 0 | 1011001 | 11000110 | 10110 | 1001 |
Color Harmonies of #12191C
Complementary color
Monochromatic Colors of #12191C
Black with #12191C
Text Example
Text Example
White with #12191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12191C; }
p { color: rgb(18,25,28); }
H1.HeaderClassName
{
color: #12191C;
}
.AnyTagClassName
{
color: #12191C;
}
</style>
background-color css
<style>
a { background-color: #12191C; }
a { background-color: rgb(18,25,28); }
div.DivClassName
{
background-color: #12191C;
}
.BgClassName
{
background-color: #12191C;
}
</style>
border-color css
<style>
span { border-color: #12191C; }
span { border-color: rgb(18,25,28); }
td.TdClassName
{
border-color: #12191C;
}
.TagClassName
{
border-color: #12191C;
}
</style>