Shades of Black Pearl #12202B
Tints of Black Pearl #12202B
RGB
CMYK
RGB Variations
Color information
#12202B (or 0x12202B) is known color: Black Pearl. HEX triplet: 12, 20 and 2B. RGB value is (18,32,43). Sum of RGB (Red+Green+Blue) = 18+32+43=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #12202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12202B is #EDDFD4. Grayscale: #1D1D1D. Windows color (decimal): -15589333 or 2826258. OLE color: 2826258.
HSL color Cylindrical-coordinate representation of color #12202B: hue angle of 206.4º 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 #12202B is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 32 | 43 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.83 |
| HSL | 206.4º | 0.41% | 0.12% | - |
| HSV(B) | 206.4º | 0.58% | 0.17% | - |
| XYZ | 1.2 | 1.34 | 2.48 | - |
| YUV | 29.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 43 | 0.58 | 0.26 | 0 | 0.83 | 206.4 | 0.41 | 0.12 |
| Hex | 12 | 20 | 2B | 3A | 1A | 0 | 53 | CE | 29 | C |
| Octal | 22 | 40 | 53 | 72 | 32 | 0 | 123 | 316 | 51 | 14 |
| Binary | 10010 | 100000 | 101011 | 111010 | 11010 | 0 | 1010011 | 11001110 | 101001 | 1100 |
Color Harmonies of #12202B
Complementary color
Monochromatic Colors of #12202B
Black with #12202B
Text Example
Text Example
White with #12202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12202B; }
p { color: rgb(18,32,43); }
H1.HeaderClassName
{
color: #12202B;
}
.AnyTagClassName
{
color: #12202B;
}
</style>
background-color css
<style>
a { background-color: #12202B; }
a { background-color: rgb(18,32,43); }
div.DivClassName
{
background-color: #12202B;
}
.BgClassName
{
background-color: #12202B;
}
</style>
border-color css
<style>
span { border-color: #12202B; }
span { border-color: rgb(18,32,43); }
td.TdClassName
{
border-color: #12202B;
}
.TagClassName
{
border-color: #12202B;
}
</style>