Shades of Temptress #380F1E
Tints of Temptress #380F1E
RGB
CMYK
RGB Variations
Color information
#380F1E (or 0x380F1E) is known color: Temptress. HEX triplet: 38, 0F and 1E. RGB value is (56,15,30). Sum of RGB (Red+Green+Blue) = 56+15+30=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #380F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F1E is #C7F0E1. Grayscale: #1C1C1C. Windows color (decimal): -13103330 or 1969976. OLE color: 1969976.
HSL color Cylindrical-coordinate representation of color #380F1E: hue angle of 338.05º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F1E is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 30 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.78 |
| HSL | 338.05º | 0.58% | 0.14% | - |
| HSV(B) | 338.05º | 0.73% | 0.22% | - |
| XYZ | 2.04 | 1.28 | 1.37 | - |
| YUV | 28.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 30 | 0 | 0.73 | 0.46 | 0.78 | 338.05 | 0.58 | 0.14 |
| Hex | 38 | F | 1E | 0 | 49 | 2E | 4E | 152 | 3A | E |
| Octal | 70 | 17 | 36 | 0 | 111 | 56 | 116 | 522 | 72 | 16 |
| Binary | 111000 | 1111 | 11110 | 0 | 1001001 | 101110 | 1001110 | 101010010 | 111010 | 1110 |
Color Harmonies of #380F1E
Complementary color
Monochromatic Colors of #380F1E
Black with #380F1E
Text Example
Text Example
White with #380F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F1E; }
p { color: rgb(56,15,30); }
H1.HeaderClassName
{
color: #380F1E;
}
.AnyTagClassName
{
color: #380F1E;
}
</style>
background-color css
<style>
a { background-color: #380F1E; }
a { background-color: rgb(56,15,30); }
div.DivClassName
{
background-color: #380F1E;
}
.BgClassName
{
background-color: #380F1E;
}
</style>
border-color css
<style>
span { border-color: #380F1E; }
span { border-color: rgb(56,15,30); }
td.TdClassName
{
border-color: #380F1E;
}
.TagClassName
{
border-color: #380F1E;
}
</style>