Shades of Temptress #38131E
Tints of Temptress #38131E
RGB
CMYK
RGB Variations
Color information
#38131E (or 0x38131E) is known color: Temptress. HEX triplet: 38, 13 and 1E. RGB value is (56,19,30). Sum of RGB (Red+Green+Blue) = 56+19+30=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38131E is #C7ECE1. Grayscale: #1F1F1F. Windows color (decimal): -13102306 or 1971000. OLE color: 1971000.
HSL color Cylindrical-coordinate representation of color #38131E: hue angle of 342.16º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38131E is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 30 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.78 |
| HSL | 342.16º | 0.49% | 0.15% | - |
| HSV(B) | 342.16º | 0.66% | 0.22% | - |
| XYZ | 2.1 | 1.4 | 1.39 | - |
| YUV | 31.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 30 | 0 | 0.66 | 0.46 | 0.78 | 342.16 | 0.49 | 0.15 |
| Hex | 38 | 13 | 1E | 0 | 42 | 2E | 4E | 156 | 31 | F |
| Octal | 70 | 23 | 36 | 0 | 102 | 56 | 116 | 526 | 61 | 17 |
| Binary | 111000 | 10011 | 11110 | 0 | 1000010 | 101110 | 1001110 | 101010110 | 110001 | 1111 |
Color Harmonies of #38131E
Complementary color
Monochromatic Colors of #38131E
Black with #38131E
Text Example
Text Example
White with #38131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38131E; }
p { color: rgb(56,19,30); }
H1.HeaderClassName
{
color: #38131E;
}
.AnyTagClassName
{
color: #38131E;
}
</style>
background-color css
<style>
a { background-color: #38131E; }
a { background-color: rgb(56,19,30); }
div.DivClassName
{
background-color: #38131E;
}
.BgClassName
{
background-color: #38131E;
}
</style>
border-color css
<style>
span { border-color: #38131E; }
span { border-color: rgb(56,19,30); }
td.TdClassName
{
border-color: #38131E;
}
.TagClassName
{
border-color: #38131E;
}
</style>