Shades of Black Pearl #121B1E
Tints of Black Pearl #121B1E
RGB
CMYK
RGB Variations
Color information
#121B1E (or 0x121B1E) is known color: Black Pearl. HEX triplet: 12, 1B and 1E. RGB value is (18,27,30). Sum of RGB (Red+Green+Blue) = 18+27+30=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #121B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B1E is #EDE4E1. Grayscale: #181818. Windows color (decimal): -15590626 or 1973010. OLE color: 1973010.
HSL color Cylindrical-coordinate representation of color #121B1E: hue angle of 195º 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 #121B1E is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 27 | 30 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.88 |
| HSL | 195º | 0.25% | 0.09% | - |
| HSV(B) | 195º | 0.4% | 0.12% | - |
| XYZ | 0.88 | 1.01 | 1.38 | - |
| YUV | 24.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 30 | 0.40 | 0.10 | 0 | 0.88 | 195 | 0.25 | 0.09 |
| Hex | 12 | 1B | 1E | 28 | A | 0 | 58 | C3 | 19 | 9 |
| Octal | 22 | 33 | 36 | 50 | 12 | 0 | 130 | 303 | 31 | 11 |
| Binary | 10010 | 11011 | 11110 | 101000 | 1010 | 0 | 1011000 | 11000011 | 11001 | 1001 |
Color Harmonies of #121B1E
Complementary color
Monochromatic Colors of #121B1E
Black with #121B1E
Text Example
Text Example
White with #121B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B1E; }
p { color: rgb(18,27,30); }
H1.HeaderClassName
{
color: #121B1E;
}
.AnyTagClassName
{
color: #121B1E;
}
</style>
background-color css
<style>
a { background-color: #121B1E; }
a { background-color: rgb(18,27,30); }
div.DivClassName
{
background-color: #121B1E;
}
.BgClassName
{
background-color: #121B1E;
}
</style>
border-color css
<style>
span { border-color: #121B1E; }
span { border-color: rgb(18,27,30); }
td.TdClassName
{
border-color: #121B1E;
}
.TagClassName
{
border-color: #121B1E;
}
</style>