Shades of Black Pearl #121C1E
Tints of Black Pearl #121C1E
RGB
CMYK
RGB Variations
Color information
#121C1E (or 0x121C1E) is known color: Black Pearl. HEX triplet: 12, 1C and 1E. RGB value is (18,28,30). Sum of RGB (Red+Green+Blue) = 18+28+30=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #121C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C1E is #EDE3E1. Grayscale: #191919. Windows color (decimal): -15590370 or 1973266. OLE color: 1973266.
HSL color Cylindrical-coordinate representation of color #121C1E: hue angle of 190º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121C1E is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 28 | 30 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.88 |
| HSL | 190º | 0.25% | 0.09% | - |
| HSV(B) | 190º | 0.4% | 0.12% | - |
| XYZ | 0.9 | 1.05 | 1.38 | - |
| YUV | 25.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 30 | 0.40 | 0.07 | 0 | 0.88 | 190 | 0.25 | 0.09 |
| Hex | 12 | 1C | 1E | 28 | 7 | 0 | 58 | BE | 19 | 9 |
| Octal | 22 | 34 | 36 | 50 | 7 | 0 | 130 | 276 | 31 | 11 |
| Binary | 10010 | 11100 | 11110 | 101000 | 111 | 0 | 1011000 | 10111110 | 11001 | 1001 |
Color Harmonies of #121C1E
Complementary color
Monochromatic Colors of #121C1E
Black with #121C1E
Text Example
Text Example
White with #121C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C1E; }
p { color: rgb(18,28,30); }
H1.HeaderClassName
{
color: #121C1E;
}
.AnyTagClassName
{
color: #121C1E;
}
</style>
background-color css
<style>
a { background-color: #121C1E; }
a { background-color: rgb(18,28,30); }
div.DivClassName
{
background-color: #121C1E;
}
.BgClassName
{
background-color: #121C1E;
}
</style>
border-color css
<style>
span { border-color: #121C1E; }
span { border-color: rgb(18,28,30); }
td.TdClassName
{
border-color: #121C1E;
}
.TagClassName
{
border-color: #121C1E;
}
</style>