Shades of Black Pearl #18252E
Tints of Black Pearl #18252E
RGB
CMYK
RGB Variations
Color information
#18252E (or 0x18252E) is known color: Black Pearl. HEX triplet: 18, 25 and 2E. RGB value is (24,37,46). Sum of RGB (Red+Green+Blue) = 24+37+46=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #18252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18252E is #E7DAD1. Grayscale: #222222. Windows color (decimal): -15194834 or 3024152. OLE color: 3024152.
HSL color Cylindrical-coordinate representation of color #18252E: hue angle of 204.55º 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 #18252E is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 37 | 46 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.82 |
| HSL | 204.55º | 0.31% | 0.14% | - |
| HSV(B) | 204.55º | 0.48% | 0.18% | - |
| XYZ | 1.53 | 1.71 | 2.84 | - |
| YUV | 34.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 46 | 0.48 | 0.20 | 0 | 0.82 | 204.55 | 0.31 | 0.14 |
| Hex | 18 | 25 | 2E | 30 | 14 | 0 | 52 | CD | 1F | E |
| Octal | 30 | 45 | 56 | 60 | 24 | 0 | 122 | 315 | 37 | 16 |
| Binary | 11000 | 100101 | 101110 | 110000 | 10100 | 0 | 1010010 | 11001101 | 11111 | 1110 |
Color Harmonies of #18252E
Complementary color
Monochromatic Colors of #18252E
Black with #18252E
Text Example
Text Example
White with #18252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18252E; }
p { color: rgb(24,37,46); }
H1.HeaderClassName
{
color: #18252E;
}
.AnyTagClassName
{
color: #18252E;
}
</style>
background-color css
<style>
a { background-color: #18252E; }
a { background-color: rgb(24,37,46); }
div.DivClassName
{
background-color: #18252E;
}
.BgClassName
{
background-color: #18252E;
}
</style>
border-color css
<style>
span { border-color: #18252E; }
span { border-color: rgb(24,37,46); }
td.TdClassName
{
border-color: #18252E;
}
.TagClassName
{
border-color: #18252E;
}
</style>