Shades of Black Pearl #121F2D
Tints of Black Pearl #121F2D
RGB
CMYK
RGB Variations
Color information
#121F2D (or 0x121F2D) is known color: Black Pearl. HEX triplet: 12, 1F and 2D. RGB value is (18,31,45). Sum of RGB (Red+Green+Blue) = 18+31+45=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #121F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F2D is #EDE0D2. Grayscale: #1C1C1C. Windows color (decimal): -15589587 or 2957074. OLE color: 2957074.
HSL color Cylindrical-coordinate representation of color #121F2D: hue angle of 211.11º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #121F2D is Cyan = 0.6, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 31 | 45 | - |
| CMYK | 0.6 | 0.31 | 0 | 0.82 |
| HSL | 211.11º | 0.43% | 0.12% | - |
| HSV(B) | 211.11º | 0.6% | 0.18% | - |
| XYZ | 1.21 | 1.3 | 2.67 | - |
| YUV | 28.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 45 | 0.6 | 0.31 | 0 | 0.82 | 211.11 | 0.43 | 0.12 |
| Hex | 12 | 1F | 2D | 3C | 1F | 0 | 52 | D3 | 2B | C |
| Octal | 22 | 37 | 55 | 74 | 37 | 0 | 122 | 323 | 53 | 14 |
| Binary | 10010 | 11111 | 101101 | 111100 | 11111 | 0 | 1010010 | 11010011 | 101011 | 1100 |
Color Harmonies of #121F2D
Complementary color
Monochromatic Colors of #121F2D
Black with #121F2D
Text Example
Text Example
White with #121F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F2D; }
p { color: rgb(18,31,45); }
H1.HeaderClassName
{
color: #121F2D;
}
.AnyTagClassName
{
color: #121F2D;
}
</style>
background-color css
<style>
a { background-color: #121F2D; }
a { background-color: rgb(18,31,45); }
div.DivClassName
{
background-color: #121F2D;
}
.BgClassName
{
background-color: #121F2D;
}
</style>
border-color css
<style>
span { border-color: #121F2D; }
span { border-color: rgb(18,31,45); }
td.TdClassName
{
border-color: #121F2D;
}
.TagClassName
{
border-color: #121F2D;
}
</style>