Shades of Temptress #30161E
Tints of Temptress #30161E
RGB
CMYK
RGB Variations
Color information
#30161E (or 0x30161E) is known color: Temptress. HEX triplet: 30, 16 and 1E. RGB value is (48,22,30). Sum of RGB (Red+Green+Blue) = 48+22+30=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30161E is #CFE9E1. Grayscale: #1E1E1E. Windows color (decimal): -13625826 or 1971760. OLE color: 1971760.
HSL color Cylindrical-coordinate representation of color #30161E: hue angle of 341.54º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30161E is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 30 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.81 |
| HSL | 341.54º | 0.37% | 0.14% | - |
| HSV(B) | 341.54º | 0.54% | 0.19% | - |
| XYZ | 1.74 | 1.3 | 1.39 | - |
| YUV | 30.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 30 | 0 | 0.54 | 0.37 | 0.81 | 341.54 | 0.37 | 0.14 |
| Hex | 30 | 16 | 1E | 0 | 36 | 25 | 51 | 156 | 25 | E |
| Octal | 60 | 26 | 36 | 0 | 66 | 45 | 121 | 526 | 45 | 16 |
| Binary | 110000 | 10110 | 11110 | 0 | 110110 | 100101 | 1010001 | 101010110 | 100101 | 1110 |
Color Harmonies of #30161E
Complementary color
Monochromatic Colors of #30161E
Black with #30161E
Text Example
Text Example
White with #30161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30161E; }
p { color: rgb(48,22,30); }
H1.HeaderClassName
{
color: #30161E;
}
.AnyTagClassName
{
color: #30161E;
}
</style>
background-color css
<style>
a { background-color: #30161E; }
a { background-color: rgb(48,22,30); }
div.DivClassName
{
background-color: #30161E;
}
.BgClassName
{
background-color: #30161E;
}
</style>
border-color css
<style>
span { border-color: #30161E; }
span { border-color: rgb(48,22,30); }
td.TdClassName
{
border-color: #30161E;
}
.TagClassName
{
border-color: #30161E;
}
</style>