Shades of Black Pearl #18272A
Tints of Black Pearl #18272A
RGB
CMYK
RGB Variations
Color information
#18272A (or 0x18272A) is known color: Black Pearl. HEX triplet: 18, 27 and 2A. RGB value is (24,39,42). Sum of RGB (Red+Green+Blue) = 24+39+42=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 42 - color contains mainly: blue. Hex color #18272A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18272A is #E7D8D5. Grayscale: #222222. Windows color (decimal): -15194326 or 2762520. OLE color: 2762520.
HSL color Cylindrical-coordinate representation of color #18272A: hue angle of 190º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #18272A is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 39 | 42 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.84 |
| HSL | 190º | 0.27% | 0.13% | - |
| HSV(B) | 190º | 0.43% | 0.16% | - |
| XYZ | 1.52 | 1.81 | 2.46 | - |
| YUV | 34.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 42 | 0.43 | 0.07 | 0 | 0.84 | 190 | 0.27 | 0.13 |
| Hex | 18 | 27 | 2A | 2B | 7 | 0 | 54 | BE | 1B | D |
| Octal | 30 | 47 | 52 | 53 | 7 | 0 | 124 | 276 | 33 | 15 |
| Binary | 11000 | 100111 | 101010 | 101011 | 111 | 0 | 1010100 | 10111110 | 11011 | 1101 |
Color Harmonies of #18272A
Complementary color
Monochromatic Colors of #18272A
Black with #18272A
Text Example
Text Example
White with #18272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18272A; }
p { color: rgb(24,39,42); }
H1.HeaderClassName
{
color: #18272A;
}
.AnyTagClassName
{
color: #18272A;
}
</style>
background-color css
<style>
a { background-color: #18272A; }
a { background-color: rgb(24,39,42); }
div.DivClassName
{
background-color: #18272A;
}
.BgClassName
{
background-color: #18272A;
}
</style>
border-color css
<style>
span { border-color: #18272A; }
span { border-color: rgb(24,39,42); }
td.TdClassName
{
border-color: #18272A;
}
.TagClassName
{
border-color: #18272A;
}
</style>