Shades of Black Pearl #18242B
Tints of Black Pearl #18242B
RGB
CMYK
RGB Variations
Color information
#18242B (or 0x18242B) is known color: Black Pearl. HEX triplet: 18, 24 and 2B. RGB value is (24,36,43). Sum of RGB (Red+Green+Blue) = 24+36+43=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #18242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18242B is #E7DBD4. Grayscale: #212121. Windows color (decimal): -15195093 or 2827288. OLE color: 2827288.
HSL color Cylindrical-coordinate representation of color #18242B: hue angle of 202.11º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #18242B is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 36 | 43 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.83 |
| HSL | 202.11º | 0.28% | 0.13% | - |
| HSV(B) | 202.11º | 0.44% | 0.17% | - |
| XYZ | 1.44 | 1.63 | 2.52 | - |
| YUV | 33.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 43 | 0.44 | 0.16 | 0 | 0.83 | 202.11 | 0.28 | 0.13 |
| Hex | 18 | 24 | 2B | 2C | 10 | 0 | 53 | CA | 1C | D |
| Octal | 30 | 44 | 53 | 54 | 20 | 0 | 123 | 312 | 34 | 15 |
| Binary | 11000 | 100100 | 101011 | 101100 | 10000 | 0 | 1010011 | 11001010 | 11100 | 1101 |
Color Harmonies of #18242B
Complementary color
Monochromatic Colors of #18242B
Black with #18242B
Text Example
Text Example
White with #18242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18242B; }
p { color: rgb(24,36,43); }
H1.HeaderClassName
{
color: #18242B;
}
.AnyTagClassName
{
color: #18242B;
}
</style>
background-color css
<style>
a { background-color: #18242B; }
a { background-color: rgb(24,36,43); }
div.DivClassName
{
background-color: #18242B;
}
.BgClassName
{
background-color: #18242B;
}
</style>
border-color css
<style>
span { border-color: #18242B; }
span { border-color: rgb(24,36,43); }
td.TdClassName
{
border-color: #18242B;
}
.TagClassName
{
border-color: #18242B;
}
</style>