Shades of Black Pearl #122428
Tints of Black Pearl #122428
RGB
CMYK
RGB Variations
Color information
#122428 (or 0x122428) is known color: Black Pearl. HEX triplet: 12, 24 and 28. RGB value is (18,36,40). Sum of RGB (Red+Green+Blue) = 18+36+40=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #122428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122428 is #EDDBD7. Grayscale: #1F1F1F. Windows color (decimal): -15588312 or 2630674. OLE color: 2630674.
HSL color Cylindrical-coordinate representation of color #122428: hue angle of 190.91º 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 #122428 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 36 | 40 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.84 |
| HSL | 190.91º | 0.38% | 0.11% | - |
| HSV(B) | 190.91º | 0.55% | 0.16% | - |
| XYZ | 1.26 | 1.54 | 2.24 | - |
| YUV | 31.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 40 | 0.55 | 0.10 | 0 | 0.84 | 190.91 | 0.38 | 0.11 |
| Hex | 12 | 24 | 28 | 37 | A | 0 | 54 | BF | 26 | B |
| Octal | 22 | 44 | 50 | 67 | 12 | 0 | 124 | 277 | 46 | 13 |
| Binary | 10010 | 100100 | 101000 | 110111 | 1010 | 0 | 1010100 | 10111111 | 100110 | 1011 |
Color Harmonies of #122428
Complementary color
Monochromatic Colors of #122428
Black with #122428
Text Example
Text Example
White with #122428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122428; }
p { color: rgb(18,36,40); }
H1.HeaderClassName
{
color: #122428;
}
.AnyTagClassName
{
color: #122428;
}
</style>
background-color css
<style>
a { background-color: #122428; }
a { background-color: rgb(18,36,40); }
div.DivClassName
{
background-color: #122428;
}
.BgClassName
{
background-color: #122428;
}
</style>
border-color css
<style>
span { border-color: #122428; }
span { border-color: rgb(18,36,40); }
td.TdClassName
{
border-color: #122428;
}
.TagClassName
{
border-color: #122428;
}
</style>