Shades of Black Pearl #121F2A
Tints of Black Pearl #121F2A
RGB
CMYK
RGB Variations
Color information
#121F2A (or 0x121F2A) is known color: Black Pearl. HEX triplet: 12, 1F and 2A. RGB value is (18,31,42). Sum of RGB (Red+Green+Blue) = 18+31+42=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #121F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F2A is #EDE0D5. Grayscale: #1C1C1C. Windows color (decimal): -15589590 or 2760466. OLE color: 2760466.
HSL color Cylindrical-coordinate representation of color #121F2A: hue angle of 207.5º 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 #121F2A is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 31 | 42 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.84 |
| HSL | 207.5º | 0.4% | 0.12% | - |
| HSV(B) | 207.5º | 0.57% | 0.16% | - |
| XYZ | 1.16 | 1.28 | 2.38 | - |
| YUV | 28.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 42 | 0.57 | 0.26 | 0 | 0.84 | 207.5 | 0.4 | 0.12 |
| Hex | 12 | 1F | 2A | 39 | 1A | 0 | 54 | D0 | 28 | C |
| Octal | 22 | 37 | 52 | 71 | 32 | 0 | 124 | 320 | 50 | 14 |
| Binary | 10010 | 11111 | 101010 | 111001 | 11010 | 0 | 1010100 | 11010000 | 101000 | 1100 |
Color Harmonies of #121F2A
Complementary color
Monochromatic Colors of #121F2A
Black with #121F2A
Text Example
Text Example
White with #121F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F2A; }
p { color: rgb(18,31,42); }
H1.HeaderClassName
{
color: #121F2A;
}
.AnyTagClassName
{
color: #121F2A;
}
</style>
background-color css
<style>
a { background-color: #121F2A; }
a { background-color: rgb(18,31,42); }
div.DivClassName
{
background-color: #121F2A;
}
.BgClassName
{
background-color: #121F2A;
}
</style>
border-color css
<style>
span { border-color: #121F2A; }
span { border-color: rgb(18,31,42); }
td.TdClassName
{
border-color: #121F2A;
}
.TagClassName
{
border-color: #121F2A;
}
</style>