Shades of Black Pearl #12161B
Tints of Black Pearl #12161B
RGB
CMYK
RGB Variations
Color information
#12161B (or 0x12161B) is known color: Black Pearl. HEX triplet: 12, 16 and 1B. RGB value is (18,22,27). Sum of RGB (Red+Green+Blue) = 18+22+27=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 27 - color contains mainly: blue. Hex color #12161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12161B is #EDE9E4. Grayscale: #151515. Windows color (decimal): -15591909 or 1775122. OLE color: 1775122.
HSL color Cylindrical-coordinate representation of color #12161B: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #12161B is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 22 | 27 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.89 |
| HSL | 213.33º | 0.2% | 0.09% | - |
| HSV(B) | 213.33º | 0.33% | 0.11% | - |
| XYZ | 0.73 | 0.78 | 1.15 | - |
| YUV | 21.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 27 | 0.33 | 0.19 | 0 | 0.89 | 213.33 | 0.2 | 0.09 |
| Hex | 12 | 16 | 1B | 21 | 13 | 0 | 59 | D5 | 14 | 9 |
| Octal | 22 | 26 | 33 | 41 | 23 | 0 | 131 | 325 | 24 | 11 |
| Binary | 10010 | 10110 | 11011 | 100001 | 10011 | 0 | 1011001 | 11010101 | 10100 | 1001 |
Color Harmonies of #12161B
Complementary color
Monochromatic Colors of #12161B
Black with #12161B
Text Example
Text Example
White with #12161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12161B; }
p { color: rgb(18,22,27); }
H1.HeaderClassName
{
color: #12161B;
}
.AnyTagClassName
{
color: #12161B;
}
</style>
background-color css
<style>
a { background-color: #12161B; }
a { background-color: rgb(18,22,27); }
div.DivClassName
{
background-color: #12161B;
}
.BgClassName
{
background-color: #12161B;
}
</style>
border-color css
<style>
span { border-color: #12161B; }
span { border-color: rgb(18,22,27); }
td.TdClassName
{
border-color: #12161B;
}
.TagClassName
{
border-color: #12161B;
}
</style>