Shades of Temptress #30171F
Tints of Temptress #30171F
RGB
CMYK
RGB Variations
Color information
#30171F (or 0x30171F) is known color: Temptress. HEX triplet: 30, 17 and 1F. RGB value is (48,23,31). Sum of RGB (Red+Green+Blue) = 48+23+31=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #30171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30171F is #CFE8E0. Grayscale: #1F1F1F. Windows color (decimal): -13625569 or 2037552. OLE color: 2037552.
HSL color Cylindrical-coordinate representation of color #30171F: hue angle of 340.8º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30171F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 31 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.81 |
| HSL | 340.8º | 0.35% | 0.14% | - |
| HSV(B) | 340.8º | 0.52% | 0.19% | - |
| XYZ | 1.77 | 1.34 | 1.46 | - |
| YUV | 31.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 31 | 0 | 0.52 | 0.35 | 0.81 | 340.8 | 0.35 | 0.14 |
| Hex | 30 | 17 | 1F | 0 | 34 | 23 | 51 | 155 | 23 | E |
| Octal | 60 | 27 | 37 | 0 | 64 | 43 | 121 | 525 | 43 | 16 |
| Binary | 110000 | 10111 | 11111 | 0 | 110100 | 100011 | 1010001 | 101010101 | 100011 | 1110 |
Color Harmonies of #30171F
Complementary color
Monochromatic Colors of #30171F
Black with #30171F
Text Example
Text Example
White with #30171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30171F; }
p { color: rgb(48,23,31); }
H1.HeaderClassName
{
color: #30171F;
}
.AnyTagClassName
{
color: #30171F;
}
</style>
background-color css
<style>
a { background-color: #30171F; }
a { background-color: rgb(48,23,31); }
div.DivClassName
{
background-color: #30171F;
}
.BgClassName
{
background-color: #30171F;
}
</style>
border-color css
<style>
span { border-color: #30171F; }
span { border-color: rgb(48,23,31); }
td.TdClassName
{
border-color: #30171F;
}
.TagClassName
{
border-color: #30171F;
}
</style>