Shades of Black Pearl #12242F
Tints of Black Pearl #12242F
RGB
CMYK
RGB Variations
Color information
#12242F (or 0x12242F) is known color: Black Pearl. HEX triplet: 12, 24 and 2F. RGB value is (18,36,47). Sum of RGB (Red+Green+Blue) = 18+36+47=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #12242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12242F is #EDDBD0. Grayscale: #1F1F1F. Windows color (decimal): -15588305 or 3089426. OLE color: 3089426.
HSL color Cylindrical-coordinate representation of color #12242F: hue angle of 202.76º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12242F is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 36 | 47 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.82 |
| HSL | 202.76º | 0.45% | 0.13% | - |
| HSV(B) | 202.76º | 0.62% | 0.18% | - |
| XYZ | 1.39 | 1.6 | 2.92 | - |
| YUV | 31.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 47 | 0.62 | 0.23 | 0 | 0.82 | 202.76 | 0.45 | 0.13 |
| Hex | 12 | 24 | 2F | 3E | 17 | 0 | 52 | CB | 2D | D |
| Octal | 22 | 44 | 57 | 76 | 27 | 0 | 122 | 313 | 55 | 15 |
| Binary | 10010 | 100100 | 101111 | 111110 | 10111 | 0 | 1010010 | 11001011 | 101101 | 1101 |
Color Harmonies of #12242F
Complementary color
Monochromatic Colors of #12242F
Black with #12242F
Text Example
Text Example
White with #12242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12242F; }
p { color: rgb(18,36,47); }
H1.HeaderClassName
{
color: #12242F;
}
.AnyTagClassName
{
color: #12242F;
}
</style>
background-color css
<style>
a { background-color: #12242F; }
a { background-color: rgb(18,36,47); }
div.DivClassName
{
background-color: #12242F;
}
.BgClassName
{
background-color: #12242F;
}
</style>
border-color css
<style>
span { border-color: #12242F; }
span { border-color: rgb(18,36,47); }
td.TdClassName
{
border-color: #12242F;
}
.TagClassName
{
border-color: #12242F;
}
</style>