Shades of Black Pearl #182930
Tints of Black Pearl #182930
RGB
CMYK
RGB Variations
Color information
#182930 (or 0x182930) is known color: Black Pearl. HEX triplet: 18, 29 and 30. RGB value is (24,41,48). Sum of RGB (Red+Green+Blue) = 24+41+48=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: blue. Hex color #182930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182930 is #E7D6CF. Grayscale: #242424. Windows color (decimal): -15193808 or 3156248. OLE color: 3156248.
HSL color Cylindrical-coordinate representation of color #182930: hue angle of 197.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #182930 is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 41 | 48 | - |
| CMYK | 0.5 | 0.15 | 0 | 0.81 |
| HSL | 197.5º | 0.33% | 0.14% | - |
| HSV(B) | 197.5º | 0.5% | 0.19% | - |
| XYZ | 1.7 | 1.99 | 3.09 | - |
| YUV | 36.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 48 | 0.5 | 0.15 | 0 | 0.81 | 197.5 | 0.33 | 0.14 |
| Hex | 18 | 29 | 30 | 32 | F | 0 | 51 | C6 | 21 | E |
| Octal | 30 | 51 | 60 | 62 | 17 | 0 | 121 | 306 | 41 | 16 |
| Binary | 11000 | 101001 | 110000 | 110010 | 1111 | 0 | 1010001 | 11000110 | 100001 | 1110 |
Color Harmonies of #182930
Complementary color
Monochromatic Colors of #182930
Black with #182930
Text Example
Text Example
White with #182930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182930; }
p { color: rgb(24,41,48); }
H1.HeaderClassName
{
color: #182930;
}
.AnyTagClassName
{
color: #182930;
}
</style>
background-color css
<style>
a { background-color: #182930; }
a { background-color: rgb(24,41,48); }
div.DivClassName
{
background-color: #182930;
}
.BgClassName
{
background-color: #182930;
}
</style>
border-color css
<style>
span { border-color: #182930; }
span { border-color: rgb(24,41,48); }
td.TdClassName
{
border-color: #182930;
}
.TagClassName
{
border-color: #182930;
}
</style>