Shades of Black Pearl #12222B
Tints of Black Pearl #12222B
RGB
CMYK
RGB Variations
Color information
#12222B (or 0x12222B) is known color: Black Pearl. HEX triplet: 12, 22 and 2B. RGB value is (18,34,43). Sum of RGB (Red+Green+Blue) = 18+34+43=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #12222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12222B is #EDDDD4. Grayscale: #1E1E1E. Windows color (decimal): -15588821 or 2826770. OLE color: 2826770.
HSL color Cylindrical-coordinate representation of color #12222B: hue angle of 201.6º 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 #12222B is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 34 | 43 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.83 |
| HSL | 201.6º | 0.41% | 0.12% | - |
| HSV(B) | 201.6º | 0.58% | 0.17% | - |
| XYZ | 1.26 | 1.45 | 2.5 | - |
| YUV | 30.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 43 | 0.58 | 0.21 | 0 | 0.83 | 201.6 | 0.41 | 0.12 |
| Hex | 12 | 22 | 2B | 3A | 15 | 0 | 53 | CA | 29 | C |
| Octal | 22 | 42 | 53 | 72 | 25 | 0 | 123 | 312 | 51 | 14 |
| Binary | 10010 | 100010 | 101011 | 111010 | 10101 | 0 | 1010011 | 11001010 | 101001 | 1100 |
Color Harmonies of #12222B
Complementary color
Monochromatic Colors of #12222B
Black with #12222B
Text Example
Text Example
White with #12222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12222B; }
p { color: rgb(18,34,43); }
H1.HeaderClassName
{
color: #12222B;
}
.AnyTagClassName
{
color: #12222B;
}
</style>
background-color css
<style>
a { background-color: #12222B; }
a { background-color: rgb(18,34,43); }
div.DivClassName
{
background-color: #12222B;
}
.BgClassName
{
background-color: #12222B;
}
</style>
border-color css
<style>
span { border-color: #12222B; }
span { border-color: rgb(18,34,43); }
td.TdClassName
{
border-color: #12222B;
}
.TagClassName
{
border-color: #12222B;
}
</style>