Shades of Black Pearl #121417
Tints of Black Pearl #121417
RGB
CMYK
RGB Variations
Color information
#121417 (or 0x121417) is known color: Black Pearl. HEX triplet: 12, 14 and 17. RGB value is (18,20,23). Sum of RGB (Red+Green+Blue) = 18+20+23=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 23 - color contains mainly: blue. Hex color #121417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121417 is #EDEBE8. Grayscale: #131313. Windows color (decimal): -15592425 or 1512466. OLE color: 1512466.
HSL color Cylindrical-coordinate representation of color #121417: hue angle of 216º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #121417 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 20 | 23 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.91 |
| HSL | 216º | 0.12% | 0.08% | - |
| HSV(B) | 216º | 0.22% | 0.09% | - |
| XYZ | 0.65 | 0.69 | 0.91 | - |
| YUV | 19.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 23 | 0.22 | 0.13 | 0 | 0.91 | 216 | 0.12 | 0.08 |
| Hex | 12 | 14 | 17 | 16 | D | 0 | 5B | D8 | C | 8 |
| Octal | 22 | 24 | 27 | 26 | 15 | 0 | 133 | 330 | 14 | 10 |
| Binary | 10010 | 10100 | 10111 | 10110 | 1101 | 0 | 1011011 | 11011000 | 1100 | 1000 |
Color Harmonies of #121417
Complementary color
Monochromatic Colors of #121417
Black with #121417
Text Example
Text Example
White with #121417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121417; }
p { color: rgb(18,20,23); }
H1.HeaderClassName
{
color: #121417;
}
.AnyTagClassName
{
color: #121417;
}
</style>
background-color css
<style>
a { background-color: #121417; }
a { background-color: rgb(18,20,23); }
div.DivClassName
{
background-color: #121417;
}
.BgClassName
{
background-color: #121417;
}
</style>
border-color css
<style>
span { border-color: #121417; }
span { border-color: rgb(18,20,23); }
td.TdClassName
{
border-color: #121417;
}
.TagClassName
{
border-color: #121417;
}
</style>