Shades of Temptress #30131C
Tints of Temptress #30131C
RGB
CMYK
RGB Variations
Color information
#30131C (or 0x30131C) is known color: Temptress. HEX triplet: 30, 13 and 1C. RGB value is (48,19,28). Sum of RGB (Red+Green+Blue) = 48+19+28=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30131C is #CFECE3. Grayscale: #1C1C1C. Windows color (decimal): -13626596 or 1839920. OLE color: 1839920.
HSL color Cylindrical-coordinate representation of color #30131C: hue angle of 341.38º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30131C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 28 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.81 |
| HSL | 341.38º | 0.43% | 0.13% | - |
| HSV(B) | 341.38º | 0.6% | 0.19% | - |
| XYZ | 1.66 | 1.18 | 1.24 | - |
| YUV | 28.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 28 | 0 | 0.60 | 0.42 | 0.81 | 341.38 | 0.43 | 0.13 |
| Hex | 30 | 13 | 1C | 0 | 3C | 2A | 51 | 155 | 2B | D |
| Octal | 60 | 23 | 34 | 0 | 74 | 52 | 121 | 525 | 53 | 15 |
| Binary | 110000 | 10011 | 11100 | 0 | 111100 | 101010 | 1010001 | 101010101 | 101011 | 1101 |
Color Harmonies of #30131C
Complementary color
Monochromatic Colors of #30131C
Black with #30131C
Text Example
Text Example
White with #30131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30131C; }
p { color: rgb(48,19,28); }
H1.HeaderClassName
{
color: #30131C;
}
.AnyTagClassName
{
color: #30131C;
}
</style>
background-color css
<style>
a { background-color: #30131C; }
a { background-color: rgb(48,19,28); }
div.DivClassName
{
background-color: #30131C;
}
.BgClassName
{
background-color: #30131C;
}
</style>
border-color css
<style>
span { border-color: #30131C; }
span { border-color: rgb(48,19,28); }
td.TdClassName
{
border-color: #30131C;
}
.TagClassName
{
border-color: #30131C;
}
</style>