Shades of Black Pearl #121C2A
Tints of Black Pearl #121C2A
RGB
CMYK
RGB Variations
Color information
#121C2A (or 0x121C2A) is known color: Black Pearl. HEX triplet: 12, 1C and 2A. RGB value is (18,28,42). Sum of RGB (Red+Green+Blue) = 18+28+42=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 42 - color contains mainly: blue. Hex color #121C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C2A is #EDE3D5. Grayscale: #1A1A1A. Windows color (decimal): -15590358 or 2759698. OLE color: 2759698.
HSL color Cylindrical-coordinate representation of color #121C2A: hue angle of 215º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #121C2A is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 28 | 42 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.84 |
| HSL | 215º | 0.4% | 0.12% | - |
| HSV(B) | 215º | 0.57% | 0.16% | - |
| XYZ | 1.08 | 1.13 | 2.35 | - |
| YUV | 26.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 42 | 0.57 | 0.33 | 0 | 0.84 | 215 | 0.4 | 0.12 |
| Hex | 12 | 1C | 2A | 39 | 21 | 0 | 54 | D7 | 28 | C |
| Octal | 22 | 34 | 52 | 71 | 41 | 0 | 124 | 327 | 50 | 14 |
| Binary | 10010 | 11100 | 101010 | 111001 | 100001 | 0 | 1010100 | 11010111 | 101000 | 1100 |
Color Harmonies of #121C2A
Complementary color
Monochromatic Colors of #121C2A
Black with #121C2A
Text Example
Text Example
White with #121C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C2A; }
p { color: rgb(18,28,42); }
H1.HeaderClassName
{
color: #121C2A;
}
.AnyTagClassName
{
color: #121C2A;
}
</style>
background-color css
<style>
a { background-color: #121C2A; }
a { background-color: rgb(18,28,42); }
div.DivClassName
{
background-color: #121C2A;
}
.BgClassName
{
background-color: #121C2A;
}
</style>
border-color css
<style>
span { border-color: #121C2A; }
span { border-color: rgb(18,28,42); }
td.TdClassName
{
border-color: #121C2A;
}
.TagClassName
{
border-color: #121C2A;
}
</style>