Shades of Black Pearl #181F21
Tints of Black Pearl #181F21
RGB
CMYK
RGB Variations
Color information
#181F21 (or 0x181F21) is known color: Black Pearl. HEX triplet: 18, 1F and 21. RGB value is (24,31,33). Sum of RGB (Red+Green+Blue) = 24+31+33=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 33 - color contains mainly: blue. Hex color #181F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F21 is #E7E0DE. Grayscale: #1D1D1D. Windows color (decimal): -15196383 or 2170648. OLE color: 2170648.
HSL color Cylindrical-coordinate representation of color #181F21: hue angle of 193.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 #181F21 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 24 | 31 | 33 | - |
CMYK | 0.27 | 0.06 | 0 | 0.87 |
HSL | 193.33º | 0.16% | 0.11% | - |
HSV(B) | 193.33º | 0.27% | 0.13% | - |
XYZ | 1.14 | 1.28 | 1.63 | - |
YUV | 29.14 | 130.18 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 31 | 33 | 0.27 | 0.06 | 0 | 0.87 | 193.33 | 0.16 | 0.11 |
Hex | 18 | 1F | 21 | 1B | 6 | 0 | 57 | C1 | 10 | B |
Octal | 30 | 37 | 41 | 33 | 6 | 0 | 127 | 301 | 20 | 13 |
Binary | 11000 | 11111 | 100001 | 11011 | 110 | 0 | 1010111 | 11000001 | 10000 | 1011 |
Color Harmonies of #181F21
Complementary color
Monochromatic Colors of #181F21
Black with #181F21
Text Example
Text Example
White with #181F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F21; }
p { color: rgb(24,31,33); }
H1.HeaderClassName
{
color: #181F21;
}
.AnyTagClassName
{
color: #181F21;
}
</style>
background-color css
<style>
a { background-color: #181F21; }
a { background-color: rgb(24,31,33); }
div.DivClassName
{
background-color: #181F21;
}
.BgClassName
{
background-color: #181F21;
}
</style>
border-color css
<style>
span { border-color: #181F21; }
span { border-color: rgb(24,31,33); }
td.TdClassName
{
border-color: #181F21;
}
.TagClassName
{
border-color: #181F21;
}
</style>