Shades of Black Pearl #18272E
Tints of Black Pearl #18272E
RGB
CMYK
RGB Variations
Color information
#18272E (or 0x18272E) is known color: Black Pearl. HEX triplet: 18, 27 and 2E. RGB value is (24,39,46). Sum of RGB (Red+Green+Blue) = 24+39+46=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #18272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18272E is #E7D8D1. Grayscale: #232323. Windows color (decimal): -15194322 or 3024664. OLE color: 3024664.
HSL color Cylindrical-coordinate representation of color #18272E: hue angle of 199.09º 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 #18272E is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 39 | 46 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.82 |
| HSL | 199.09º | 0.31% | 0.14% | - |
| HSV(B) | 199.09º | 0.48% | 0.18% | - |
| XYZ | 1.6 | 1.84 | 2.86 | - |
| YUV | 35.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 46 | 0.48 | 0.15 | 0 | 0.82 | 199.09 | 0.31 | 0.14 |
| Hex | 18 | 27 | 2E | 30 | F | 0 | 52 | C7 | 1F | E |
| Octal | 30 | 47 | 56 | 60 | 17 | 0 | 122 | 307 | 37 | 16 |
| Binary | 11000 | 100111 | 101110 | 110000 | 1111 | 0 | 1010010 | 11000111 | 11111 | 1110 |
Color Harmonies of #18272E
Complementary color
Monochromatic Colors of #18272E
Black with #18272E
Text Example
Text Example
White with #18272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18272E; }
p { color: rgb(24,39,46); }
H1.HeaderClassName
{
color: #18272E;
}
.AnyTagClassName
{
color: #18272E;
}
</style>
background-color css
<style>
a { background-color: #18272E; }
a { background-color: rgb(24,39,46); }
div.DivClassName
{
background-color: #18272E;
}
.BgClassName
{
background-color: #18272E;
}
</style>
border-color css
<style>
span { border-color: #18272E; }
span { border-color: rgb(24,39,46); }
td.TdClassName
{
border-color: #18272E;
}
.TagClassName
{
border-color: #18272E;
}
</style>