Shades of Black Pearl #12242D
Tints of Black Pearl #12242D
RGB
CMYK
RGB Variations
Color information
#12242D (or 0x12242D) is known color: Black Pearl. HEX triplet: 12, 24 and 2D. RGB value is (18,36,45). Sum of RGB (Red+Green+Blue) = 18+36+45=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #12242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12242D is #EDDBD2. Grayscale: #1F1F1F. Windows color (decimal): -15588307 or 2958354. OLE color: 2958354.
HSL color Cylindrical-coordinate representation of color #12242D: hue angle of 200º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #12242D is Cyan = 0.6, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 36 | 45 | - |
| CMYK | 0.6 | 0.2 | 0 | 0.82 |
| HSL | 200º | 0.43% | 0.12% | - |
| HSV(B) | 200º | 0.6% | 0.18% | - |
| XYZ | 1.35 | 1.58 | 2.72 | - |
| YUV | 31.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 45 | 0.6 | 0.2 | 0 | 0.82 | 200 | 0.43 | 0.12 |
| Hex | 12 | 24 | 2D | 3C | 14 | 0 | 52 | C8 | 2B | C |
| Octal | 22 | 44 | 55 | 74 | 24 | 0 | 122 | 310 | 53 | 14 |
| Binary | 10010 | 100100 | 101101 | 111100 | 10100 | 0 | 1010010 | 11001000 | 101011 | 1100 |
Color Harmonies of #12242D
Complementary color
Monochromatic Colors of #12242D
Black with #12242D
Text Example
Text Example
White with #12242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12242D; }
p { color: rgb(18,36,45); }
H1.HeaderClassName
{
color: #12242D;
}
.AnyTagClassName
{
color: #12242D;
}
</style>
background-color css
<style>
a { background-color: #12242D; }
a { background-color: rgb(18,36,45); }
div.DivClassName
{
background-color: #12242D;
}
.BgClassName
{
background-color: #12242D;
}
</style>
border-color css
<style>
span { border-color: #12242D; }
span { border-color: rgb(18,36,45); }
td.TdClassName
{
border-color: #12242D;
}
.TagClassName
{
border-color: #12242D;
}
</style>