Shades of Black Pearl #12222A
Tints of Black Pearl #12222A
RGB
CMYK
RGB Variations
Color information
#12222A (or 0x12222A) is known color: Black Pearl. HEX triplet: 12, 22 and 2A. RGB value is (18,34,42). Sum of RGB (Red+Green+Blue) = 18+34+42=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #12222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12222A is #EDDDD5. Grayscale: #1E1E1E. Windows color (decimal): -15588822 or 2761234. OLE color: 2761234.
HSL color Cylindrical-coordinate representation of color #12222A: hue angle of 200º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12222A is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 34 | 42 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.84 |
| HSL | 200º | 0.4% | 0.12% | - |
| HSV(B) | 200º | 0.57% | 0.16% | - |
| XYZ | 1.24 | 1.44 | 2.4 | - |
| YUV | 30.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 42 | 0.57 | 0.19 | 0 | 0.84 | 200 | 0.4 | 0.12 |
| Hex | 12 | 22 | 2A | 39 | 13 | 0 | 54 | C8 | 28 | C |
| Octal | 22 | 42 | 52 | 71 | 23 | 0 | 124 | 310 | 50 | 14 |
| Binary | 10010 | 100010 | 101010 | 111001 | 10011 | 0 | 1010100 | 11001000 | 101000 | 1100 |
Color Harmonies of #12222A
Complementary color
Monochromatic Colors of #12222A
Black with #12222A
Text Example
Text Example
White with #12222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12222A; }
p { color: rgb(18,34,42); }
H1.HeaderClassName
{
color: #12222A;
}
.AnyTagClassName
{
color: #12222A;
}
</style>
background-color css
<style>
a { background-color: #12222A; }
a { background-color: rgb(18,34,42); }
div.DivClassName
{
background-color: #12222A;
}
.BgClassName
{
background-color: #12222A;
}
</style>
border-color css
<style>
span { border-color: #12222A; }
span { border-color: rgb(18,34,42); }
td.TdClassName
{
border-color: #12222A;
}
.TagClassName
{
border-color: #12222A;
}
</style>