Shades of Black Pearl #12202E
Tints of Black Pearl #12202E
RGB
CMYK
RGB Variations
Color information
#12202E (or 0x12202E) is known color: Black Pearl. HEX triplet: 12, 20 and 2E. RGB value is (18,32,46). Sum of RGB (Red+Green+Blue) = 18+32+46=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #12202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12202E is #EDDFD1. Grayscale: #1D1D1D. Windows color (decimal): -15589330 or 3022866. OLE color: 3022866.
HSL color Cylindrical-coordinate representation of color #12202E: hue angle of 210º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12202E is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 32 | 46 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.82 |
| HSL | 210º | 0.44% | 0.13% | - |
| HSV(B) | 210º | 0.61% | 0.18% | - |
| XYZ | 1.26 | 1.36 | 2.78 | - |
| YUV | 29.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 46 | 0.61 | 0.30 | 0 | 0.82 | 210 | 0.44 | 0.13 |
| Hex | 12 | 20 | 2E | 3D | 1E | 0 | 52 | D2 | 2C | D |
| Octal | 22 | 40 | 56 | 75 | 36 | 0 | 122 | 322 | 54 | 15 |
| Binary | 10010 | 100000 | 101110 | 111101 | 11110 | 0 | 1010010 | 11010010 | 101100 | 1101 |
Color Harmonies of #12202E
Complementary color
Monochromatic Colors of #12202E
Black with #12202E
Text Example
Text Example
White with #12202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12202E; }
p { color: rgb(18,32,46); }
H1.HeaderClassName
{
color: #12202E;
}
.AnyTagClassName
{
color: #12202E;
}
</style>
background-color css
<style>
a { background-color: #12202E; }
a { background-color: rgb(18,32,46); }
div.DivClassName
{
background-color: #12202E;
}
.BgClassName
{
background-color: #12202E;
}
</style>
border-color css
<style>
span { border-color: #12202E; }
span { border-color: rgb(18,32,46); }
td.TdClassName
{
border-color: #12202E;
}
.TagClassName
{
border-color: #12202E;
}
</style>