Shades of Black Pearl #121F2E
Tints of Black Pearl #121F2E
RGB
CMYK
RGB Variations
Color information
#121F2E (or 0x121F2E) is known color: Black Pearl. HEX triplet: 12, 1F and 2E. RGB value is (18,31,46). Sum of RGB (Red+Green+Blue) = 18+31+46=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #121F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F2E is #EDE0D1. Grayscale: #1C1C1C. Windows color (decimal): -15589586 or 3022610. OLE color: 3022610.
HSL color Cylindrical-coordinate representation of color #121F2E: hue angle of 212.14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #121F2E is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 31 | 46 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.82 |
| HSL | 212.14º | 0.44% | 0.13% | - |
| HSV(B) | 212.14º | 0.61% | 0.18% | - |
| XYZ | 1.23 | 1.31 | 2.77 | - |
| YUV | 28.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 46 | 0.61 | 0.33 | 0 | 0.82 | 212.14 | 0.44 | 0.13 |
| Hex | 12 | 1F | 2E | 3D | 21 | 0 | 52 | D4 | 2C | D |
| Octal | 22 | 37 | 56 | 75 | 41 | 0 | 122 | 324 | 54 | 15 |
| Binary | 10010 | 11111 | 101110 | 111101 | 100001 | 0 | 1010010 | 11010100 | 101100 | 1101 |
Color Harmonies of #121F2E
Complementary color
Monochromatic Colors of #121F2E
Black with #121F2E
Text Example
Text Example
White with #121F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F2E; }
p { color: rgb(18,31,46); }
H1.HeaderClassName
{
color: #121F2E;
}
.AnyTagClassName
{
color: #121F2E;
}
</style>
background-color css
<style>
a { background-color: #121F2E; }
a { background-color: rgb(18,31,46); }
div.DivClassName
{
background-color: #121F2E;
}
.BgClassName
{
background-color: #121F2E;
}
</style>
border-color css
<style>
span { border-color: #121F2E; }
span { border-color: rgb(18,31,46); }
td.TdClassName
{
border-color: #121F2E;
}
.TagClassName
{
border-color: #121F2E;
}
</style>