Shades of Black Pearl #12242A
Tints of Black Pearl #12242A
RGB
CMYK
RGB Variations
Color information
#12242A (or 0x12242A) is known color: Black Pearl. HEX triplet: 12, 24 and 2A. RGB value is (18,36,42). Sum of RGB (Red+Green+Blue) = 18+36+42=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #12242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12242A is #EDDBD5. Grayscale: #1F1F1F. Windows color (decimal): -15588310 or 2761746. OLE color: 2761746.
HSL color Cylindrical-coordinate representation of color #12242A: hue angle of 195º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12242A is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 36 | 42 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.84 |
| HSL | 195º | 0.4% | 0.12% | - |
| HSV(B) | 195º | 0.57% | 0.16% | - |
| XYZ | 1.3 | 1.56 | 2.42 | - |
| YUV | 31.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 42 | 0.57 | 0.14 | 0 | 0.84 | 195 | 0.4 | 0.12 |
| Hex | 12 | 24 | 2A | 39 | E | 0 | 54 | C3 | 28 | C |
| Octal | 22 | 44 | 52 | 71 | 16 | 0 | 124 | 303 | 50 | 14 |
| Binary | 10010 | 100100 | 101010 | 111001 | 1110 | 0 | 1010100 | 11000011 | 101000 | 1100 |
Color Harmonies of #12242A
Complementary color
Monochromatic Colors of #12242A
Black with #12242A
Text Example
Text Example
White with #12242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12242A; }
p { color: rgb(18,36,42); }
H1.HeaderClassName
{
color: #12242A;
}
.AnyTagClassName
{
color: #12242A;
}
</style>
background-color css
<style>
a { background-color: #12242A; }
a { background-color: rgb(18,36,42); }
div.DivClassName
{
background-color: #12242A;
}
.BgClassName
{
background-color: #12242A;
}
</style>
border-color css
<style>
span { border-color: #12242A; }
span { border-color: rgb(18,36,42); }
td.TdClassName
{
border-color: #12242A;
}
.TagClassName
{
border-color: #12242A;
}
</style>