Shades of Black Pearl #182226
Tints of Black Pearl #182226
RGB
CMYK
RGB Variations
Color information
#182226 (or 0x182226) is known color: Black Pearl. HEX triplet: 18, 22 and 26. RGB value is (24,34,38). Sum of RGB (Red+Green+Blue) = 24+34+38=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 38 - color contains mainly: blue. Hex color #182226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182226 is #E7DDD9. Grayscale: #1F1F1F. Windows color (decimal): -15195610 or 2499096. OLE color: 2499096.
HSL color Cylindrical-coordinate representation of color #182226: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #182226 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 34 | 38 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.85 |
| HSL | 197.14º | 0.23% | 0.12% | - |
| HSV(B) | 197.14º | 0.37% | 0.15% | - |
| XYZ | 1.3 | 1.48 | 2.05 | - |
| YUV | 31.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 38 | 0.37 | 0.11 | 0 | 0.85 | 197.14 | 0.23 | 0.12 |
| Hex | 18 | 22 | 26 | 25 | B | 0 | 55 | C5 | 17 | C |
| Octal | 30 | 42 | 46 | 45 | 13 | 0 | 125 | 305 | 27 | 14 |
| Binary | 11000 | 100010 | 100110 | 100101 | 1011 | 0 | 1010101 | 11000101 | 10111 | 1100 |
Color Harmonies of #182226
Complementary color
Monochromatic Colors of #182226
Black with #182226
Text Example
Text Example
White with #182226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182226; }
p { color: rgb(24,34,38); }
H1.HeaderClassName
{
color: #182226;
}
.AnyTagClassName
{
color: #182226;
}
</style>
background-color css
<style>
a { background-color: #182226; }
a { background-color: rgb(24,34,38); }
div.DivClassName
{
background-color: #182226;
}
.BgClassName
{
background-color: #182226;
}
</style>
border-color css
<style>
span { border-color: #182226; }
span { border-color: rgb(24,34,38); }
td.TdClassName
{
border-color: #182226;
}
.TagClassName
{
border-color: #182226;
}
</style>