Shades of Temptress #38101F
Tints of Temptress #38101F
RGB
CMYK
RGB Variations
Color information
#38101F (or 0x38101F) is known color: Temptress. HEX triplet: 38, 10 and 1F. RGB value is (56,16,31). Sum of RGB (Red+Green+Blue) = 56+16+31=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38101F is #C7EFE0. Grayscale: #1D1D1D. Windows color (decimal): -13103073 or 2035768. OLE color: 2035768.
HSL color Cylindrical-coordinate representation of color #38101F: hue angle of 337.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38101F is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 31 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.78 |
| HSL | 337.5º | 0.56% | 0.14% | - |
| HSV(B) | 337.5º | 0.71% | 0.22% | - |
| XYZ | 2.06 | 1.31 | 1.44 | - |
| YUV | 29.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 31 | 0 | 0.71 | 0.45 | 0.78 | 337.5 | 0.56 | 0.14 |
| Hex | 38 | 10 | 1F | 0 | 47 | 2D | 4E | 152 | 38 | E |
| Octal | 70 | 20 | 37 | 0 | 107 | 55 | 116 | 522 | 70 | 16 |
| Binary | 111000 | 10000 | 11111 | 0 | 1000111 | 101101 | 1001110 | 101010010 | 111000 | 1110 |
Color Harmonies of #38101F
Complementary color
Monochromatic Colors of #38101F
Black with #38101F
Text Example
Text Example
White with #38101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38101F; }
p { color: rgb(56,16,31); }
H1.HeaderClassName
{
color: #38101F;
}
.AnyTagClassName
{
color: #38101F;
}
</style>
background-color css
<style>
a { background-color: #38101F; }
a { background-color: rgb(56,16,31); }
div.DivClassName
{
background-color: #38101F;
}
.BgClassName
{
background-color: #38101F;
}
</style>
border-color css
<style>
span { border-color: #38101F; }
span { border-color: rgb(56,16,31); }
td.TdClassName
{
border-color: #38101F;
}
.TagClassName
{
border-color: #38101F;
}
</style>