Shades of Black Pearl #121F2B
Tints of Black Pearl #121F2B
RGB
CMYK
RGB Variations
Color information
#121F2B (or 0x121F2B) is known color: Black Pearl. HEX triplet: 12, 1F and 2B. RGB value is (18,31,43). Sum of RGB (Red+Green+Blue) = 18+31+43=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #121F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F2B is #EDE0D4. Grayscale: #1C1C1C. Windows color (decimal): -15589589 or 2826002. OLE color: 2826002.
HSL color Cylindrical-coordinate representation of color #121F2B: hue angle of 208.8º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #121F2B is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 31 | 43 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.83 |
| HSL | 208.8º | 0.41% | 0.12% | - |
| HSV(B) | 208.8º | 0.58% | 0.17% | - |
| XYZ | 1.18 | 1.28 | 2.47 | - |
| YUV | 28.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 43 | 0.58 | 0.28 | 0 | 0.83 | 208.8 | 0.41 | 0.12 |
| Hex | 12 | 1F | 2B | 3A | 1C | 0 | 53 | D1 | 29 | C |
| Octal | 22 | 37 | 53 | 72 | 34 | 0 | 123 | 321 | 51 | 14 |
| Binary | 10010 | 11111 | 101011 | 111010 | 11100 | 0 | 1010011 | 11010001 | 101001 | 1100 |
Color Harmonies of #121F2B
Complementary color
Monochromatic Colors of #121F2B
Black with #121F2B
Text Example
Text Example
White with #121F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F2B; }
p { color: rgb(18,31,43); }
H1.HeaderClassName
{
color: #121F2B;
}
.AnyTagClassName
{
color: #121F2B;
}
</style>
background-color css
<style>
a { background-color: #121F2B; }
a { background-color: rgb(18,31,43); }
div.DivClassName
{
background-color: #121F2B;
}
.BgClassName
{
background-color: #121F2B;
}
</style>
border-color css
<style>
span { border-color: #121F2B; }
span { border-color: rgb(18,31,43); }
td.TdClassName
{
border-color: #121F2B;
}
.TagClassName
{
border-color: #121F2B;
}
</style>