Shades of Black Pearl #12181C
Tints of Black Pearl #12181C
RGB
CMYK
RGB Variations
Color information
#12181C (or 0x12181C) is known color: Black Pearl. HEX triplet: 12, 18 and 1C. RGB value is (18,24,28). Sum of RGB (Red+Green+Blue) = 18+24+28=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 28 - color contains mainly: blue. Hex color #12181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181C is #EDE7E3. Grayscale: #161616. Windows color (decimal): -15591396 or 1841170. OLE color: 1841170.
HSL color Cylindrical-coordinate representation of color #12181C: hue angle of 204º 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 #12181C is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 24 | 28 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.89 |
| HSL | 204º | 0.22% | 0.09% | - |
| HSV(B) | 204º | 0.36% | 0.11% | - |
| XYZ | 0.79 | 0.87 | 1.22 | - |
| YUV | 22.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 28 | 0.36 | 0.14 | 0 | 0.89 | 204 | 0.22 | 0.09 |
| Hex | 12 | 18 | 1C | 24 | E | 0 | 59 | CC | 16 | 9 |
| Octal | 22 | 30 | 34 | 44 | 16 | 0 | 131 | 314 | 26 | 11 |
| Binary | 10010 | 11000 | 11100 | 100100 | 1110 | 0 | 1011001 | 11001100 | 10110 | 1001 |
Color Harmonies of #12181C
Complementary color
Monochromatic Colors of #12181C
Black with #12181C
Text Example
Text Example
White with #12181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12181C; }
p { color: rgb(18,24,28); }
H1.HeaderClassName
{
color: #12181C;
}
.AnyTagClassName
{
color: #12181C;
}
</style>
background-color css
<style>
a { background-color: #12181C; }
a { background-color: rgb(18,24,28); }
div.DivClassName
{
background-color: #12181C;
}
.BgClassName
{
background-color: #12181C;
}
</style>
border-color css
<style>
span { border-color: #12181C; }
span { border-color: rgb(18,24,28); }
td.TdClassName
{
border-color: #12181C;
}
.TagClassName
{
border-color: #12181C;
}
</style>