Shades of Black Pearl #122328
Tints of Black Pearl #122328
RGB
CMYK
RGB Variations
Color information
#122328 (or 0x122328) is known color: Black Pearl. HEX triplet: 12, 23 and 28. RGB value is (18,35,40). Sum of RGB (Red+Green+Blue) = 18+35+40=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #122328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122328 is #EDDCD7. Grayscale: #1E1E1E. Windows color (decimal): -15588568 or 2630418. OLE color: 2630418.
HSL color Cylindrical-coordinate representation of color #122328: hue angle of 193.64º 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 #122328 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 35 | 40 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.84 |
| HSL | 193.64º | 0.38% | 0.11% | - |
| HSV(B) | 193.64º | 0.55% | 0.16% | - |
| XYZ | 1.23 | 1.48 | 2.23 | - |
| YUV | 30.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 40 | 0.55 | 0.12 | 0 | 0.84 | 193.64 | 0.38 | 0.11 |
| Hex | 12 | 23 | 28 | 37 | C | 0 | 54 | C2 | 26 | B |
| Octal | 22 | 43 | 50 | 67 | 14 | 0 | 124 | 302 | 46 | 13 |
| Binary | 10010 | 100011 | 101000 | 110111 | 1100 | 0 | 1010100 | 11000010 | 100110 | 1011 |
Color Harmonies of #122328
Complementary color
Monochromatic Colors of #122328
Black with #122328
Text Example
Text Example
White with #122328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122328; }
p { color: rgb(18,35,40); }
H1.HeaderClassName
{
color: #122328;
}
.AnyTagClassName
{
color: #122328;
}
</style>
background-color css
<style>
a { background-color: #122328; }
a { background-color: rgb(18,35,40); }
div.DivClassName
{
background-color: #122328;
}
.BgClassName
{
background-color: #122328;
}
</style>
border-color css
<style>
span { border-color: #122328; }
span { border-color: rgb(18,35,40); }
td.TdClassName
{
border-color: #122328;
}
.TagClassName
{
border-color: #122328;
}
</style>