Shades of Temptress #30111C
Tints of Temptress #30111C
RGB
CMYK
RGB Variations
Color information
#30111C (or 0x30111C) is known color: Temptress. HEX triplet: 30, 11 and 1C. RGB value is (48,17,28). Sum of RGB (Red+Green+Blue) = 48+17+28=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30111C is #CFEEE3. Grayscale: #1B1B1B. Windows color (decimal): -13627108 or 1839408. OLE color: 1839408.
HSL color Cylindrical-coordinate representation of color #30111C: hue angle of 338.71º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30111C is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 17 | 28 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.81 |
| HSL | 338.71º | 0.48% | 0.13% | - |
| HSV(B) | 338.71º | 0.65% | 0.19% | - |
| XYZ | 1.63 | 1.11 | 1.23 | - |
| YUV | 27.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 28 | 0 | 0.65 | 0.42 | 0.81 | 338.71 | 0.48 | 0.13 |
| Hex | 30 | 11 | 1C | 0 | 41 | 2A | 51 | 153 | 30 | D |
| Octal | 60 | 21 | 34 | 0 | 101 | 52 | 121 | 523 | 60 | 15 |
| Binary | 110000 | 10001 | 11100 | 0 | 1000001 | 101010 | 1010001 | 101010011 | 110000 | 1101 |
Color Harmonies of #30111C
Complementary color
Monochromatic Colors of #30111C
Black with #30111C
Text Example
Text Example
White with #30111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30111C; }
p { color: rgb(48,17,28); }
H1.HeaderClassName
{
color: #30111C;
}
.AnyTagClassName
{
color: #30111C;
}
</style>
background-color css
<style>
a { background-color: #30111C; }
a { background-color: rgb(48,17,28); }
div.DivClassName
{
background-color: #30111C;
}
.BgClassName
{
background-color: #30111C;
}
</style>
border-color css
<style>
span { border-color: #30111C; }
span { border-color: rgb(48,17,28); }
td.TdClassName
{
border-color: #30111C;
}
.TagClassName
{
border-color: #30111C;
}
</style>