Shades of Temptress #38121F
Tints of Temptress #38121F
RGB
CMYK
RGB Variations
Color information
#38121F (or 0x38121F) is known color: Temptress. HEX triplet: 38, 12 and 1F. RGB value is (56,18,31). Sum of RGB (Red+Green+Blue) = 56+18+31=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38121F is #C7EDE0. Grayscale: #1E1E1E. Windows color (decimal): -13102561 or 2036280. OLE color: 2036280.
HSL color Cylindrical-coordinate representation of color #38121F: hue angle of 339.47º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38121F is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 18 | 31 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.78 |
| HSL | 339.47º | 0.51% | 0.15% | - |
| HSV(B) | 339.47º | 0.68% | 0.22% | - |
| XYZ | 2.09 | 1.37 | 1.45 | - |
| YUV | 30.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 31 | 0 | 0.68 | 0.45 | 0.78 | 339.47 | 0.51 | 0.15 |
| Hex | 38 | 12 | 1F | 0 | 44 | 2D | 4E | 153 | 33 | F |
| Octal | 70 | 22 | 37 | 0 | 104 | 55 | 116 | 523 | 63 | 17 |
| Binary | 111000 | 10010 | 11111 | 0 | 1000100 | 101101 | 1001110 | 101010011 | 110011 | 1111 |
Color Harmonies of #38121F
Complementary color
Monochromatic Colors of #38121F
Black with #38121F
Text Example
Text Example
White with #38121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38121F; }
p { color: rgb(56,18,31); }
H1.HeaderClassName
{
color: #38121F;
}
.AnyTagClassName
{
color: #38121F;
}
</style>
background-color css
<style>
a { background-color: #38121F; }
a { background-color: rgb(56,18,31); }
div.DivClassName
{
background-color: #38121F;
}
.BgClassName
{
background-color: #38121F;
}
</style>
border-color css
<style>
span { border-color: #38121F; }
span { border-color: rgb(56,18,31); }
td.TdClassName
{
border-color: #38121F;
}
.TagClassName
{
border-color: #38121F;
}
</style>