Shades of Temptress #30191E
Tints of Temptress #30191E
RGB
CMYK
RGB Variations
Color information
#30191E (or 0x30191E) is known color: Temptress. HEX triplet: 30, 19 and 1E. RGB value is (48,25,30). Sum of RGB (Red+Green+Blue) = 48+25+30=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #30191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30191E is #CFE6E1. Grayscale: #202020. Windows color (decimal): -13625058 or 1972528. OLE color: 1972528.
HSL color Cylindrical-coordinate representation of color #30191E: hue angle of 346.96º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30191E is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 30 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.81 |
| HSL | 346.96º | 0.32% | 0.14% | - |
| HSV(B) | 346.96º | 0.48% | 0.19% | - |
| XYZ | 1.8 | 1.42 | 1.41 | - |
| YUV | 32.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 30 | 0 | 0.48 | 0.37 | 0.81 | 346.96 | 0.32 | 0.14 |
| Hex | 30 | 19 | 1E | 0 | 30 | 25 | 51 | 15B | 20 | E |
| Octal | 60 | 31 | 36 | 0 | 60 | 45 | 121 | 533 | 40 | 16 |
| Binary | 110000 | 11001 | 11110 | 0 | 110000 | 100101 | 1010001 | 101011011 | 100000 | 1110 |
Color Harmonies of #30191E
Complementary color
Monochromatic Colors of #30191E
Black with #30191E
Text Example
Text Example
White with #30191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30191E; }
p { color: rgb(48,25,30); }
H1.HeaderClassName
{
color: #30191E;
}
.AnyTagClassName
{
color: #30191E;
}
</style>
background-color css
<style>
a { background-color: #30191E; }
a { background-color: rgb(48,25,30); }
div.DivClassName
{
background-color: #30191E;
}
.BgClassName
{
background-color: #30191E;
}
</style>
border-color css
<style>
span { border-color: #30191E; }
span { border-color: rgb(48,25,30); }
td.TdClassName
{
border-color: #30191E;
}
.TagClassName
{
border-color: #30191E;
}
</style>