Shades of Black Pearl #122427
Tints of Black Pearl #122427
RGB
CMYK
RGB Variations
Color information
#122427 (or 0x122427) is known color: Black Pearl. HEX triplet: 12, 24 and 27. RGB value is (18,36,39). Sum of RGB (Red+Green+Blue) = 18+36+39=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #122427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122427 is #EDDBD8. Grayscale: #1E1E1E. Windows color (decimal): -15588313 or 2565138. OLE color: 2565138.
HSL color Cylindrical-coordinate representation of color #122427: hue angle of 188.57º 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 #122427 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 36 | 39 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.85 |
| HSL | 188.57º | 0.37% | 0.11% | - |
| HSV(B) | 188.57º | 0.54% | 0.15% | - |
| XYZ | 1.25 | 1.54 | 2.15 | - |
| YUV | 30.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 39 | 0.54 | 0.08 | 0 | 0.85 | 188.57 | 0.37 | 0.11 |
| Hex | 12 | 24 | 27 | 36 | 8 | 0 | 55 | BD | 25 | B |
| Octal | 22 | 44 | 47 | 66 | 10 | 0 | 125 | 275 | 45 | 13 |
| Binary | 10010 | 100100 | 100111 | 110110 | 1000 | 0 | 1010101 | 10111101 | 100101 | 1011 |
Color Harmonies of #122427
Complementary color
Monochromatic Colors of #122427
Black with #122427
Text Example
Text Example
White with #122427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122427; }
p { color: rgb(18,36,39); }
H1.HeaderClassName
{
color: #122427;
}
.AnyTagClassName
{
color: #122427;
}
</style>
background-color css
<style>
a { background-color: #122427; }
a { background-color: rgb(18,36,39); }
div.DivClassName
{
background-color: #122427;
}
.BgClassName
{
background-color: #122427;
}
</style>
border-color css
<style>
span { border-color: #122427; }
span { border-color: rgb(18,36,39); }
td.TdClassName
{
border-color: #122427;
}
.TagClassName
{
border-color: #122427;
}
</style>