Shades of Black Pearl #18212D
Tints of Black Pearl #18212D
RGB
CMYK
RGB Variations
Color information
#18212D (or 0x18212D) is known color: Black Pearl. HEX triplet: 18, 21 and 2D. RGB value is (24,33,45). Sum of RGB (Red+Green+Blue) = 24+33+45=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #18212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18212D is #E7DED2. Grayscale: #1F1F1F. Windows color (decimal): -15195859 or 2957592. OLE color: 2957592.
HSL color Cylindrical-coordinate representation of color #18212D: hue angle of 214.29º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #18212D is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 33 | 45 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.82 |
| HSL | 214.29º | 0.3% | 0.14% | - |
| HSV(B) | 214.29º | 0.47% | 0.18% | - |
| XYZ | 1.39 | 1.47 | 2.69 | - |
| YUV | 31.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 45 | 0.47 | 0.27 | 0 | 0.82 | 214.29 | 0.3 | 0.14 |
| Hex | 18 | 21 | 2D | 2F | 1B | 0 | 52 | D6 | 1E | E |
| Octal | 30 | 41 | 55 | 57 | 33 | 0 | 122 | 326 | 36 | 16 |
| Binary | 11000 | 100001 | 101101 | 101111 | 11011 | 0 | 1010010 | 11010110 | 11110 | 1110 |
Color Harmonies of #18212D
Complementary color
Monochromatic Colors of #18212D
Black with #18212D
Text Example
Text Example
White with #18212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18212D; }
p { color: rgb(24,33,45); }
H1.HeaderClassName
{
color: #18212D;
}
.AnyTagClassName
{
color: #18212D;
}
</style>
background-color css
<style>
a { background-color: #18212D; }
a { background-color: rgb(24,33,45); }
div.DivClassName
{
background-color: #18212D;
}
.BgClassName
{
background-color: #18212D;
}
</style>
border-color css
<style>
span { border-color: #18212D; }
span { border-color: rgb(24,33,45); }
td.TdClassName
{
border-color: #18212D;
}
.TagClassName
{
border-color: #18212D;
}
</style>