Shades of Black Pearl #181C21
Tints of Black Pearl #181C21
RGB
CMYK
RGB Variations
Color information
#181C21 (or 0x181C21) is known color: Black Pearl. HEX triplet: 18, 1C and 21. RGB value is (24,28,33). Sum of RGB (Red+Green+Blue) = 24+28+33=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: blue. Hex color #181C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C21 is #E7E3DE. Grayscale: #1B1B1B. Windows color (decimal): -15197151 or 2169880. OLE color: 2169880.
HSL color Cylindrical-coordinate representation of color #181C21: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #181C21 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 28 | 33 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.87 |
| HSL | 213.33º | 0.16% | 0.11% | - |
| HSV(B) | 213.33º | 0.27% | 0.13% | - |
| XYZ | 1.07 | 1.13 | 1.6 | - |
| YUV | 27.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 33 | 0.27 | 0.15 | 0 | 0.87 | 213.33 | 0.16 | 0.11 |
| Hex | 18 | 1C | 21 | 1B | F | 0 | 57 | D5 | 10 | B |
| Octal | 30 | 34 | 41 | 33 | 17 | 0 | 127 | 325 | 20 | 13 |
| Binary | 11000 | 11100 | 100001 | 11011 | 1111 | 0 | 1010111 | 11010101 | 10000 | 1011 |
Color Harmonies of #181C21
Complementary color
Monochromatic Colors of #181C21
Black with #181C21
Text Example
Text Example
White with #181C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C21; }
p { color: rgb(24,28,33); }
H1.HeaderClassName
{
color: #181C21;
}
.AnyTagClassName
{
color: #181C21;
}
</style>
background-color css
<style>
a { background-color: #181C21; }
a { background-color: rgb(24,28,33); }
div.DivClassName
{
background-color: #181C21;
}
.BgClassName
{
background-color: #181C21;
}
</style>
border-color css
<style>
span { border-color: #181C21; }
span { border-color: rgb(24,28,33); }
td.TdClassName
{
border-color: #181C21;
}
.TagClassName
{
border-color: #181C21;
}
</style>