Shades of Black Pearl #18222A
Tints of Black Pearl #18222A
RGB
CMYK
RGB Variations
Color information
#18222A (or 0x18222A) is known color: Black Pearl. HEX triplet: 18, 22 and 2A. RGB value is (24,34,42). Sum of RGB (Red+Green+Blue) = 24+34+42=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #18222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18222A is #E7DDD5. Grayscale: #1F1F1F. Windows color (decimal): -15195606 or 2761240. OLE color: 2761240.
HSL color Cylindrical-coordinate representation of color #18222A: hue angle of 206.67º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #18222A is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 34 | 42 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.84 |
| HSL | 206.67º | 0.27% | 0.13% | - |
| HSV(B) | 206.67º | 0.43% | 0.16% | - |
| XYZ | 1.37 | 1.51 | 2.41 | - |
| YUV | 31.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 42 | 0.43 | 0.19 | 0 | 0.84 | 206.67 | 0.27 | 0.13 |
| Hex | 18 | 22 | 2A | 2B | 13 | 0 | 54 | CF | 1B | D |
| Octal | 30 | 42 | 52 | 53 | 23 | 0 | 124 | 317 | 33 | 15 |
| Binary | 11000 | 100010 | 101010 | 101011 | 10011 | 0 | 1010100 | 11001111 | 11011 | 1101 |
Color Harmonies of #18222A
Complementary color
Monochromatic Colors of #18222A
Black with #18222A
Text Example
Text Example
White with #18222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18222A; }
p { color: rgb(24,34,42); }
H1.HeaderClassName
{
color: #18222A;
}
.AnyTagClassName
{
color: #18222A;
}
</style>
background-color css
<style>
a { background-color: #18222A; }
a { background-color: rgb(24,34,42); }
div.DivClassName
{
background-color: #18222A;
}
.BgClassName
{
background-color: #18222A;
}
</style>
border-color css
<style>
span { border-color: #18222A; }
span { border-color: rgb(24,34,42); }
td.TdClassName
{
border-color: #18222A;
}
.TagClassName
{
border-color: #18222A;
}
</style>