Shades of Temptress #381E24
Tints of Temptress #381E24
RGB
CMYK
RGB Variations
Color information
#381E24 (or 0x381E24) is known color: Temptress. HEX triplet: 38, 1E and 24. RGB value is (56,30,36). Sum of RGB (Red+Green+Blue) = 56+30+36=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #381E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E24 is #C7E1DB. Grayscale: #262626. Windows color (decimal): -13099484 or 2367032. OLE color: 2367032.
HSL color Cylindrical-coordinate representation of color #381E24: hue angle of 346.15º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381E24 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 36 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.78 |
| HSL | 346.15º | 0.3% | 0.17% | - |
| HSV(B) | 346.15º | 0.46% | 0.22% | - |
| XYZ | 2.41 | 1.9 | 1.91 | - |
| YUV | 38.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 36 | 0 | 0.46 | 0.36 | 0.78 | 346.15 | 0.3 | 0.17 |
| Hex | 38 | 1E | 24 | 0 | 2E | 24 | 4E | 15A | 1E | 11 |
| Octal | 70 | 36 | 44 | 0 | 56 | 44 | 116 | 532 | 36 | 21 |
| Binary | 111000 | 11110 | 100100 | 0 | 101110 | 100100 | 1001110 | 101011010 | 11110 | 10001 |
Color Harmonies of #381E24
Complementary color
Monochromatic Colors of #381E24
Black with #381E24
Text Example
Text Example
White with #381E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E24; }
p { color: rgb(56,30,36); }
H1.HeaderClassName
{
color: #381E24;
}
.AnyTagClassName
{
color: #381E24;
}
</style>
background-color css
<style>
a { background-color: #381E24; }
a { background-color: rgb(56,30,36); }
div.DivClassName
{
background-color: #381E24;
}
.BgClassName
{
background-color: #381E24;
}
</style>
border-color css
<style>
span { border-color: #381E24; }
span { border-color: rgb(56,30,36); }
td.TdClassName
{
border-color: #381E24;
}
.TagClassName
{
border-color: #381E24;
}
</style>