Shades of Black Pearl #182025
Tints of Black Pearl #182025
RGB
CMYK
RGB Variations
Color information
#182025 (or 0x182025) is known color: Black Pearl. HEX triplet: 18, 20 and 25. RGB value is (24,32,37). Sum of RGB (Red+Green+Blue) = 24+32+37=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #182025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182025 is #E7DFDA. Grayscale: #1E1E1E. Windows color (decimal): -15196123 or 2433048. OLE color: 2433048.
HSL color Cylindrical-coordinate representation of color #182025: hue angle of 203.08º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #182025 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 32 | 37 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.85 |
| HSL | 203.08º | 0.21% | 0.12% | - |
| HSV(B) | 203.08º | 0.35% | 0.15% | - |
| XYZ | 1.23 | 1.36 | 1.95 | - |
| YUV | 30.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 37 | 0.35 | 0.14 | 0 | 0.85 | 203.08 | 0.21 | 0.12 |
| Hex | 18 | 20 | 25 | 23 | E | 0 | 55 | CB | 15 | C |
| Octal | 30 | 40 | 45 | 43 | 16 | 0 | 125 | 313 | 25 | 14 |
| Binary | 11000 | 100000 | 100101 | 100011 | 1110 | 0 | 1010101 | 11001011 | 10101 | 1100 |
Color Harmonies of #182025
Complementary color
Monochromatic Colors of #182025
Black with #182025
Text Example
Text Example
White with #182025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182025; }
p { color: rgb(24,32,37); }
H1.HeaderClassName
{
color: #182025;
}
.AnyTagClassName
{
color: #182025;
}
</style>
background-color css
<style>
a { background-color: #182025; }
a { background-color: rgb(24,32,37); }
div.DivClassName
{
background-color: #182025;
}
.BgClassName
{
background-color: #182025;
}
</style>
border-color css
<style>
span { border-color: #182025; }
span { border-color: rgb(24,32,37); }
td.TdClassName
{
border-color: #182025;
}
.TagClassName
{
border-color: #182025;
}
</style>