Shades of Black Pearl #121B27
Tints of Black Pearl #121B27
RGB
CMYK
RGB Variations
Color information
#121B27 (or 0x121B27) is known color: Black Pearl. HEX triplet: 12, 1B and 27. RGB value is (18,27,39). Sum of RGB (Red+Green+Blue) = 18+27+39=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #121B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B27 is #EDE4D8. Grayscale: #191919. Windows color (decimal): -15590617 or 2562834. OLE color: 2562834.
HSL color Cylindrical-coordinate representation of color #121B27: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #121B27 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 27 | 39 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.85 |
| HSL | 214.29º | 0.37% | 0.11% | - |
| HSV(B) | 214.29º | 0.54% | 0.15% | - |
| XYZ | 1.01 | 1.06 | 2.07 | - |
| YUV | 25.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 39 | 0.54 | 0.31 | 0 | 0.85 | 214.29 | 0.37 | 0.11 |
| Hex | 12 | 1B | 27 | 36 | 1F | 0 | 55 | D6 | 25 | B |
| Octal | 22 | 33 | 47 | 66 | 37 | 0 | 125 | 326 | 45 | 13 |
| Binary | 10010 | 11011 | 100111 | 110110 | 11111 | 0 | 1010101 | 11010110 | 100101 | 1011 |
Color Harmonies of #121B27
Complementary color
Monochromatic Colors of #121B27
Black with #121B27
Text Example
Text Example
White with #121B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B27; }
p { color: rgb(18,27,39); }
H1.HeaderClassName
{
color: #121B27;
}
.AnyTagClassName
{
color: #121B27;
}
</style>
background-color css
<style>
a { background-color: #121B27; }
a { background-color: rgb(18,27,39); }
div.DivClassName
{
background-color: #121B27;
}
.BgClassName
{
background-color: #121B27;
}
</style>
border-color css
<style>
span { border-color: #121B27; }
span { border-color: rgb(18,27,39); }
td.TdClassName
{
border-color: #121B27;
}
.TagClassName
{
border-color: #121B27;
}
</style>