Shades of Black Pearl #121D2E
Tints of Black Pearl #121D2E
RGB
CMYK
RGB Variations
Color information
#121D2E (or 0x121D2E) is known color: Black Pearl. HEX triplet: 12, 1D and 2E. RGB value is (18,29,46). Sum of RGB (Red+Green+Blue) = 18+29+46=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #121D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D2E is #EDE2D1. Grayscale: #1B1B1B. Windows color (decimal): -15590098 or 3022098. OLE color: 3022098.
HSL color Cylindrical-coordinate representation of color #121D2E: hue angle of 216.43º 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 #121D2E is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 29 | 46 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.82 |
| HSL | 216.43º | 0.44% | 0.13% | - |
| HSV(B) | 216.43º | 0.61% | 0.18% | - |
| XYZ | 1.18 | 1.2 | 2.75 | - |
| YUV | 27.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 46 | 0.61 | 0.37 | 0 | 0.82 | 216.43 | 0.44 | 0.13 |
| Hex | 12 | 1D | 2E | 3D | 25 | 0 | 52 | D8 | 2C | D |
| Octal | 22 | 35 | 56 | 75 | 45 | 0 | 122 | 330 | 54 | 15 |
| Binary | 10010 | 11101 | 101110 | 111101 | 100101 | 0 | 1010010 | 11011000 | 101100 | 1101 |
Color Harmonies of #121D2E
Complementary color
Monochromatic Colors of #121D2E
Black with #121D2E
Text Example
Text Example
White with #121D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D2E; }
p { color: rgb(18,29,46); }
H1.HeaderClassName
{
color: #121D2E;
}
.AnyTagClassName
{
color: #121D2E;
}
</style>
background-color css
<style>
a { background-color: #121D2E; }
a { background-color: rgb(18,29,46); }
div.DivClassName
{
background-color: #121D2E;
}
.BgClassName
{
background-color: #121D2E;
}
</style>
border-color css
<style>
span { border-color: #121D2E; }
span { border-color: rgb(18,29,46); }
td.TdClassName
{
border-color: #121D2E;
}
.TagClassName
{
border-color: #121D2E;
}
</style>