Shades of Black Pearl #121F28
Tints of Black Pearl #121F28
RGB
CMYK
RGB Variations
Color information
#121F28 (or 0x121F28) is known color: Black Pearl. HEX triplet: 12, 1F and 28. RGB value is (18,31,40). Sum of RGB (Red+Green+Blue) = 18+31+40=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #121F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F28 is #EDE0D7. Grayscale: #1C1C1C. Windows color (decimal): -15589592 or 2629394. OLE color: 2629394.
HSL color Cylindrical-coordinate representation of color #121F28: hue angle of 204.55º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121F28 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 31 | 40 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.84 |
| HSL | 204.55º | 0.38% | 0.11% | - |
| HSV(B) | 204.55º | 0.55% | 0.16% | - |
| XYZ | 1.12 | 1.26 | 2.19 | - |
| YUV | 28.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 40 | 0.55 | 0.22 | 0 | 0.84 | 204.55 | 0.38 | 0.11 |
| Hex | 12 | 1F | 28 | 37 | 16 | 0 | 54 | CD | 26 | B |
| Octal | 22 | 37 | 50 | 67 | 26 | 0 | 124 | 315 | 46 | 13 |
| Binary | 10010 | 11111 | 101000 | 110111 | 10110 | 0 | 1010100 | 11001101 | 100110 | 1011 |
Color Harmonies of #121F28
Complementary color
Monochromatic Colors of #121F28
Black with #121F28
Text Example
Text Example
White with #121F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F28; }
p { color: rgb(18,31,40); }
H1.HeaderClassName
{
color: #121F28;
}
.AnyTagClassName
{
color: #121F28;
}
</style>
background-color css
<style>
a { background-color: #121F28; }
a { background-color: rgb(18,31,40); }
div.DivClassName
{
background-color: #121F28;
}
.BgClassName
{
background-color: #121F28;
}
</style>
border-color css
<style>
span { border-color: #121F28; }
span { border-color: rgb(18,31,40); }
td.TdClassName
{
border-color: #121F28;
}
.TagClassName
{
border-color: #121F28;
}
</style>