Shades of Black Pearl #121B1F
Tints of Black Pearl #121B1F
RGB
CMYK
RGB Variations
Color information
#121B1F (or 0x121B1F) is known color: Black Pearl. HEX triplet: 12, 1B and 1F. RGB value is (18,27,31). Sum of RGB (Red+Green+Blue) = 18+27+31=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 31 - color contains mainly: blue. Hex color #121B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B1F is #EDE4E0. Grayscale: #181818. Windows color (decimal): -15590625 or 2038546. OLE color: 2038546.
HSL color Cylindrical-coordinate representation of color #121B1F: hue angle of 198.46º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121B1F is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 27 | 31 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.88 |
| HSL | 198.46º | 0.27% | 0.1% | - |
| HSV(B) | 198.46º | 0.42% | 0.12% | - |
| XYZ | 0.89 | 1.01 | 1.44 | - |
| YUV | 24.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 31 | 0.42 | 0.13 | 0 | 0.88 | 198.46 | 0.27 | 0.1 |
| Hex | 12 | 1B | 1F | 2A | D | 0 | 58 | C6 | 1B | A |
| Octal | 22 | 33 | 37 | 52 | 15 | 0 | 130 | 306 | 33 | 12 |
| Binary | 10010 | 11011 | 11111 | 101010 | 1101 | 0 | 1011000 | 11000110 | 11011 | 1010 |
Color Harmonies of #121B1F
Complementary color
Monochromatic Colors of #121B1F
Black with #121B1F
Text Example
Text Example
White with #121B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B1F; }
p { color: rgb(18,27,31); }
H1.HeaderClassName
{
color: #121B1F;
}
.AnyTagClassName
{
color: #121B1F;
}
</style>
background-color css
<style>
a { background-color: #121B1F; }
a { background-color: rgb(18,27,31); }
div.DivClassName
{
background-color: #121B1F;
}
.BgClassName
{
background-color: #121B1F;
}
</style>
border-color css
<style>
span { border-color: #121B1F; }
span { border-color: rgb(18,27,31); }
td.TdClassName
{
border-color: #121B1F;
}
.TagClassName
{
border-color: #121B1F;
}
</style>