Shades of Black Pearl #18222D
Tints of Black Pearl #18222D
RGB
CMYK
RGB Variations
Color information
#18222D (or 0x18222D) is known color: Black Pearl. HEX triplet: 18, 22 and 2D. RGB value is (24,34,45). Sum of RGB (Red+Green+Blue) = 24+34+45=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #18222D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18222D is #E7DDD2. Grayscale: #202020. Windows color (decimal): -15195603 or 2957848. OLE color: 2957848.
HSL color Cylindrical-coordinate representation of color #18222D: hue angle of 211.43º 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 #18222D is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 34 | 45 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.82 |
| HSL | 211.43º | 0.3% | 0.14% | - |
| HSV(B) | 211.43º | 0.47% | 0.18% | - |
| XYZ | 1.42 | 1.53 | 2.7 | - |
| YUV | 32.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 45 | 0.47 | 0.24 | 0 | 0.82 | 211.43 | 0.3 | 0.14 |
| Hex | 18 | 22 | 2D | 2F | 18 | 0 | 52 | D3 | 1E | E |
| Octal | 30 | 42 | 55 | 57 | 30 | 0 | 122 | 323 | 36 | 16 |
| Binary | 11000 | 100010 | 101101 | 101111 | 11000 | 0 | 1010010 | 11010011 | 11110 | 1110 |
Color Harmonies of #18222D
Complementary color
Monochromatic Colors of #18222D
Black with #18222D
Text Example
Text Example
White with #18222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18222D; }
p { color: rgb(24,34,45); }
H1.HeaderClassName
{
color: #18222D;
}
.AnyTagClassName
{
color: #18222D;
}
</style>
background-color css
<style>
a { background-color: #18222D; }
a { background-color: rgb(24,34,45); }
div.DivClassName
{
background-color: #18222D;
}
.BgClassName
{
background-color: #18222D;
}
</style>
border-color css
<style>
span { border-color: #18222D; }
span { border-color: rgb(24,34,45); }
td.TdClassName
{
border-color: #18222D;
}
.TagClassName
{
border-color: #18222D;
}
</style>