Shades of Temptress #38141E
Tints of Temptress #38141E
RGB
CMYK
RGB Variations
Color information
#38141E (or 0x38141E) is known color: Temptress. HEX triplet: 38, 14 and 1E. RGB value is (56,20,30). Sum of RGB (Red+Green+Blue) = 56+20+30=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38141E is #C7EBE1. Grayscale: #1F1F1F. Windows color (decimal): -13102050 or 1971256. OLE color: 1971256.
HSL color Cylindrical-coordinate representation of color #38141E: hue angle of 343.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38141E is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 30 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.78 |
| HSL | 343.33º | 0.47% | 0.15% | - |
| HSV(B) | 343.33º | 0.64% | 0.22% | - |
| XYZ | 2.12 | 1.43 | 1.39 | - |
| YUV | 31.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 30 | 0 | 0.64 | 0.46 | 0.78 | 343.33 | 0.47 | 0.15 |
| Hex | 38 | 14 | 1E | 0 | 40 | 2E | 4E | 157 | 2F | F |
| Octal | 70 | 24 | 36 | 0 | 100 | 56 | 116 | 527 | 57 | 17 |
| Binary | 111000 | 10100 | 11110 | 0 | 1000000 | 101110 | 1001110 | 101010111 | 101111 | 1111 |
Color Harmonies of #38141E
Complementary color
Monochromatic Colors of #38141E
Black with #38141E
Text Example
Text Example
White with #38141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38141E; }
p { color: rgb(56,20,30); }
H1.HeaderClassName
{
color: #38141E;
}
.AnyTagClassName
{
color: #38141E;
}
</style>
background-color css
<style>
a { background-color: #38141E; }
a { background-color: rgb(56,20,30); }
div.DivClassName
{
background-color: #38141E;
}
.BgClassName
{
background-color: #38141E;
}
</style>
border-color css
<style>
span { border-color: #38141E; }
span { border-color: rgb(56,20,30); }
td.TdClassName
{
border-color: #38141E;
}
.TagClassName
{
border-color: #38141E;
}
</style>