Shades of Black Pearl #18222B
Tints of Black Pearl #18222B
RGB
CMYK
RGB Variations
Color information
#18222B (or 0x18222B) is known color: Black Pearl. HEX triplet: 18, 22 and 2B. RGB value is (24,34,43). Sum of RGB (Red+Green+Blue) = 24+34+43=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #18222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18222B is #E7DDD4. Grayscale: #1F1F1F. Windows color (decimal): -15195605 or 2826776. OLE color: 2826776.
HSL color Cylindrical-coordinate representation of color #18222B: hue angle of 208.42º 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 #18222B is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 34 | 43 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.83 |
| HSL | 208.42º | 0.28% | 0.13% | - |
| HSV(B) | 208.42º | 0.44% | 0.17% | - |
| XYZ | 1.38 | 1.51 | 2.5 | - |
| YUV | 32.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 43 | 0.44 | 0.21 | 0 | 0.83 | 208.42 | 0.28 | 0.13 |
| Hex | 18 | 22 | 2B | 2C | 15 | 0 | 53 | D0 | 1C | D |
| Octal | 30 | 42 | 53 | 54 | 25 | 0 | 123 | 320 | 34 | 15 |
| Binary | 11000 | 100010 | 101011 | 101100 | 10101 | 0 | 1010011 | 11010000 | 11100 | 1101 |
Color Harmonies of #18222B
Complementary color
Monochromatic Colors of #18222B
Black with #18222B
Text Example
Text Example
White with #18222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18222B; }
p { color: rgb(24,34,43); }
H1.HeaderClassName
{
color: #18222B;
}
.AnyTagClassName
{
color: #18222B;
}
</style>
background-color css
<style>
a { background-color: #18222B; }
a { background-color: rgb(24,34,43); }
div.DivClassName
{
background-color: #18222B;
}
.BgClassName
{
background-color: #18222B;
}
</style>
border-color css
<style>
span { border-color: #18222B; }
span { border-color: rgb(24,34,43); }
td.TdClassName
{
border-color: #18222B;
}
.TagClassName
{
border-color: #18222B;
}
</style>