Shades of Black Pearl #18282E
Tints of Black Pearl #18282E
RGB
CMYK
RGB Variations
Color information
#18282E (or 0x18282E) is known color: Black Pearl. HEX triplet: 18, 28 and 2E. RGB value is (24,40,46). Sum of RGB (Red+Green+Blue) = 24+40+46=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #18282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18282E is #E7D7D1. Grayscale: #232323. Windows color (decimal): -15194066 or 3024920. OLE color: 3024920.
HSL color Cylindrical-coordinate representation of color #18282E: hue angle of 196.36º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18282E is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 40 | 46 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.82 |
| HSL | 196.36º | 0.31% | 0.14% | - |
| HSV(B) | 196.36º | 0.48% | 0.18% | - |
| XYZ | 1.63 | 1.91 | 2.87 | - |
| YUV | 35.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 46 | 0.48 | 0.13 | 0 | 0.82 | 196.36 | 0.31 | 0.14 |
| Hex | 18 | 28 | 2E | 30 | D | 0 | 52 | C4 | 1F | E |
| Octal | 30 | 50 | 56 | 60 | 15 | 0 | 122 | 304 | 37 | 16 |
| Binary | 11000 | 101000 | 101110 | 110000 | 1101 | 0 | 1010010 | 11000100 | 11111 | 1110 |
Color Harmonies of #18282E
Complementary color
Monochromatic Colors of #18282E
Black with #18282E
Text Example
Text Example
White with #18282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18282E; }
p { color: rgb(24,40,46); }
H1.HeaderClassName
{
color: #18282E;
}
.AnyTagClassName
{
color: #18282E;
}
</style>
background-color css
<style>
a { background-color: #18282E; }
a { background-color: rgb(24,40,46); }
div.DivClassName
{
background-color: #18282E;
}
.BgClassName
{
background-color: #18282E;
}
</style>
border-color css
<style>
span { border-color: #18282E; }
span { border-color: rgb(24,40,46); }
td.TdClassName
{
border-color: #18282E;
}
.TagClassName
{
border-color: #18282E;
}
</style>