Shades of Black Pearl #12202C
Tints of Black Pearl #12202C
RGB
CMYK
RGB Variations
Color information
#12202C (or 0x12202C) is known color: Black Pearl. HEX triplet: 12, 20 and 2C. RGB value is (18,32,44). Sum of RGB (Red+Green+Blue) = 18+32+44=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #12202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12202C is #EDDFD3. Grayscale: #1D1D1D. Windows color (decimal): -15589332 or 2891794. OLE color: 2891794.
HSL color Cylindrical-coordinate representation of color #12202C: hue angle of 207.69º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12202C is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 32 | 44 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.83 |
| HSL | 207.69º | 0.42% | 0.12% | - |
| HSV(B) | 207.69º | 0.59% | 0.17% | - |
| XYZ | 1.22 | 1.34 | 2.58 | - |
| YUV | 29.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 44 | 0.59 | 0.27 | 0 | 0.83 | 207.69 | 0.42 | 0.12 |
| Hex | 12 | 20 | 2C | 3B | 1B | 0 | 53 | D0 | 2A | C |
| Octal | 22 | 40 | 54 | 73 | 33 | 0 | 123 | 320 | 52 | 14 |
| Binary | 10010 | 100000 | 101100 | 111011 | 11011 | 0 | 1010011 | 11010000 | 101010 | 1100 |
Color Harmonies of #12202C
Complementary color
Monochromatic Colors of #12202C
Black with #12202C
Text Example
Text Example
White with #12202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12202C; }
p { color: rgb(18,32,44); }
H1.HeaderClassName
{
color: #12202C;
}
.AnyTagClassName
{
color: #12202C;
}
</style>
background-color css
<style>
a { background-color: #12202C; }
a { background-color: rgb(18,32,44); }
div.DivClassName
{
background-color: #12202C;
}
.BgClassName
{
background-color: #12202C;
}
</style>
border-color css
<style>
span { border-color: #12202C; }
span { border-color: rgb(18,32,44); }
td.TdClassName
{
border-color: #12202C;
}
.TagClassName
{
border-color: #12202C;
}
</style>