Shades of Black Pearl #121D2C
Tints of Black Pearl #121D2C
RGB
CMYK
RGB Variations
Color information
#121D2C (or 0x121D2C) is known color: Black Pearl. HEX triplet: 12, 1D and 2C. RGB value is (18,29,44). Sum of RGB (Red+Green+Blue) = 18+29+44=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #121D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D2C is #EDE2D3. Grayscale: #1B1B1B. Windows color (decimal): -15590100 or 2891026. OLE color: 2891026.
HSL color Cylindrical-coordinate representation of color #121D2C: hue angle of 214.62º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #121D2C is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 29 | 44 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.83 |
| HSL | 214.62º | 0.42% | 0.12% | - |
| HSV(B) | 214.62º | 0.59% | 0.17% | - |
| XYZ | 1.14 | 1.19 | 2.55 | - |
| YUV | 27.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 44 | 0.59 | 0.34 | 0 | 0.83 | 214.62 | 0.42 | 0.12 |
| Hex | 12 | 1D | 2C | 3B | 22 | 0 | 53 | D7 | 2A | C |
| Octal | 22 | 35 | 54 | 73 | 42 | 0 | 123 | 327 | 52 | 14 |
| Binary | 10010 | 11101 | 101100 | 111011 | 100010 | 0 | 1010011 | 11010111 | 101010 | 1100 |
Color Harmonies of #121D2C
Complementary color
Monochromatic Colors of #121D2C
Black with #121D2C
Text Example
Text Example
White with #121D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D2C; }
p { color: rgb(18,29,44); }
H1.HeaderClassName
{
color: #121D2C;
}
.AnyTagClassName
{
color: #121D2C;
}
</style>
background-color css
<style>
a { background-color: #121D2C; }
a { background-color: rgb(18,29,44); }
div.DivClassName
{
background-color: #121D2C;
}
.BgClassName
{
background-color: #121D2C;
}
</style>
border-color css
<style>
span { border-color: #121D2C; }
span { border-color: rgb(18,29,44); }
td.TdClassName
{
border-color: #121D2C;
}
.TagClassName
{
border-color: #121D2C;
}
</style>