Shades of Black Pearl #12212A
Tints of Black Pearl #12212A
RGB
CMYK
RGB Variations
Color information
#12212A (or 0x12212A) is known color: Black Pearl. HEX triplet: 12, 21 and 2A. RGB value is (18,33,42). Sum of RGB (Red+Green+Blue) = 18+33+42=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 42 - color contains mainly: blue. Hex color #12212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12212A is #EDDED5. Grayscale: #1D1D1D. Windows color (decimal): -15589078 or 2760978. OLE color: 2760978.
HSL color Cylindrical-coordinate representation of color #12212A: hue angle of 202.5º 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 #12212A is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 33 | 42 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.84 |
| HSL | 202.5º | 0.4% | 0.12% | - |
| HSV(B) | 202.5º | 0.57% | 0.16% | - |
| XYZ | 1.21 | 1.38 | 2.39 | - |
| YUV | 29.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 42 | 0.57 | 0.21 | 0 | 0.84 | 202.5 | 0.4 | 0.12 |
| Hex | 12 | 21 | 2A | 39 | 15 | 0 | 54 | CA | 28 | C |
| Octal | 22 | 41 | 52 | 71 | 25 | 0 | 124 | 312 | 50 | 14 |
| Binary | 10010 | 100001 | 101010 | 111001 | 10101 | 0 | 1010100 | 11001010 | 101000 | 1100 |
Color Harmonies of #12212A
Complementary color
Monochromatic Colors of #12212A
Black with #12212A
Text Example
Text Example
White with #12212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12212A; }
p { color: rgb(18,33,42); }
H1.HeaderClassName
{
color: #12212A;
}
.AnyTagClassName
{
color: #12212A;
}
</style>
background-color css
<style>
a { background-color: #12212A; }
a { background-color: rgb(18,33,42); }
div.DivClassName
{
background-color: #12212A;
}
.BgClassName
{
background-color: #12212A;
}
</style>
border-color css
<style>
span { border-color: #12212A; }
span { border-color: rgb(18,33,42); }
td.TdClassName
{
border-color: #12212A;
}
.TagClassName
{
border-color: #12212A;
}
</style>