Shades of Black Pearl #12212B
Tints of Black Pearl #12212B
RGB
CMYK
RGB Variations
Color information
#12212B (or 0x12212B) is known color: Black Pearl. HEX triplet: 12, 21 and 2B. RGB value is (18,33,43). Sum of RGB (Red+Green+Blue) = 18+33+43=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #12212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12212B is #EDDED4. Grayscale: #1D1D1D. Windows color (decimal): -15589077 or 2826514. OLE color: 2826514.
HSL color Cylindrical-coordinate representation of color #12212B: hue angle of 204º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12212B is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 33 | 43 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.83 |
| HSL | 204º | 0.41% | 0.12% | - |
| HSV(B) | 204º | 0.58% | 0.17% | - |
| XYZ | 1.23 | 1.39 | 2.49 | - |
| YUV | 29.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 43 | 0.58 | 0.23 | 0 | 0.83 | 204 | 0.41 | 0.12 |
| Hex | 12 | 21 | 2B | 3A | 17 | 0 | 53 | CC | 29 | C |
| Octal | 22 | 41 | 53 | 72 | 27 | 0 | 123 | 314 | 51 | 14 |
| Binary | 10010 | 100001 | 101011 | 111010 | 10111 | 0 | 1010011 | 11001100 | 101001 | 1100 |
Color Harmonies of #12212B
Complementary color
Monochromatic Colors of #12212B
Black with #12212B
Text Example
Text Example
White with #12212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12212B; }
p { color: rgb(18,33,43); }
H1.HeaderClassName
{
color: #12212B;
}
.AnyTagClassName
{
color: #12212B;
}
</style>
background-color css
<style>
a { background-color: #12212B; }
a { background-color: rgb(18,33,43); }
div.DivClassName
{
background-color: #12212B;
}
.BgClassName
{
background-color: #12212B;
}
</style>
border-color css
<style>
span { border-color: #12212B; }
span { border-color: rgb(18,33,43); }
td.TdClassName
{
border-color: #12212B;
}
.TagClassName
{
border-color: #12212B;
}
</style>