Shades of Black Pearl #121C2B
Tints of Black Pearl #121C2B
RGB
CMYK
RGB Variations
Color information
#121C2B (or 0x121C2B) is known color: Black Pearl. HEX triplet: 12, 1C and 2B. RGB value is (18,28,43). Sum of RGB (Red+Green+Blue) = 18+28+43=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #121C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C2B is #EDE3D4. Grayscale: #1A1A1A. Windows color (decimal): -15590357 or 2825234. OLE color: 2825234.
HSL color Cylindrical-coordinate representation of color #121C2B: hue angle of 216º 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 #121C2B is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 28 | 43 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.83 |
| HSL | 216º | 0.41% | 0.12% | - |
| HSV(B) | 216º | 0.58% | 0.17% | - |
| XYZ | 1.1 | 1.13 | 2.45 | - |
| YUV | 26.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 43 | 0.58 | 0.35 | 0 | 0.83 | 216 | 0.41 | 0.12 |
| Hex | 12 | 1C | 2B | 3A | 23 | 0 | 53 | D8 | 29 | C |
| Octal | 22 | 34 | 53 | 72 | 43 | 0 | 123 | 330 | 51 | 14 |
| Binary | 10010 | 11100 | 101011 | 111010 | 100011 | 0 | 1010011 | 11011000 | 101001 | 1100 |
Color Harmonies of #121C2B
Complementary color
Monochromatic Colors of #121C2B
Black with #121C2B
Text Example
Text Example
White with #121C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C2B; }
p { color: rgb(18,28,43); }
H1.HeaderClassName
{
color: #121C2B;
}
.AnyTagClassName
{
color: #121C2B;
}
</style>
background-color css
<style>
a { background-color: #121C2B; }
a { background-color: rgb(18,28,43); }
div.DivClassName
{
background-color: #121C2B;
}
.BgClassName
{
background-color: #121C2B;
}
</style>
border-color css
<style>
span { border-color: #121C2B; }
span { border-color: rgb(18,28,43); }
td.TdClassName
{
border-color: #121C2B;
}
.TagClassName
{
border-color: #121C2B;
}
</style>