Shades of Black Pearl #122326
Tints of Black Pearl #122326
RGB
CMYK
RGB Variations
Color information
#122326 (or 0x122326) is known color: Black Pearl. HEX triplet: 12, 23 and 26. RGB value is (18,35,38). Sum of RGB (Red+Green+Blue) = 18+35+38=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #122326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122326 is #EDDCD9. Grayscale: #1E1E1E. Windows color (decimal): -15588570 or 2499346. OLE color: 2499346.
HSL color Cylindrical-coordinate representation of color #122326: hue angle of 189º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122326 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 35 | 38 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.85 |
| HSL | 189º | 0.36% | 0.11% | - |
| HSV(B) | 189º | 0.53% | 0.15% | - |
| XYZ | 1.2 | 1.47 | 2.05 | - |
| YUV | 30.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 38 | 0.53 | 0.08 | 0 | 0.85 | 189 | 0.36 | 0.11 |
| Hex | 12 | 23 | 26 | 35 | 8 | 0 | 55 | BD | 24 | B |
| Octal | 22 | 43 | 46 | 65 | 10 | 0 | 125 | 275 | 44 | 13 |
| Binary | 10010 | 100011 | 100110 | 110101 | 1000 | 0 | 1010101 | 10111101 | 100100 | 1011 |
Color Harmonies of #122326
Complementary color
Monochromatic Colors of #122326
Black with #122326
Text Example
Text Example
White with #122326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122326; }
p { color: rgb(18,35,38); }
H1.HeaderClassName
{
color: #122326;
}
.AnyTagClassName
{
color: #122326;
}
</style>
background-color css
<style>
a { background-color: #122326; }
a { background-color: rgb(18,35,38); }
div.DivClassName
{
background-color: #122326;
}
.BgClassName
{
background-color: #122326;
}
</style>
border-color css
<style>
span { border-color: #122326; }
span { border-color: rgb(18,35,38); }
td.TdClassName
{
border-color: #122326;
}
.TagClassName
{
border-color: #122326;
}
</style>