Shades of Temptress #381F23
Tints of Temptress #381F23
RGB
CMYK
RGB Variations
Color information
#381F23 (or 0x381F23) is known color: Temptress. HEX triplet: 38, 1F and 23. RGB value is (56,31,35). Sum of RGB (Red+Green+Blue) = 56+31+35=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #381F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F23 is #C7E0DC. Grayscale: #262626. Windows color (decimal): -13099229 or 2301752. OLE color: 2301752.
HSL color Cylindrical-coordinate representation of color #381F23: hue angle of 350.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #381F23 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 31 | 35 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.78 |
| HSL | 350.4º | 0.29% | 0.17% | - |
| HSV(B) | 350.4º | 0.45% | 0.22% | - |
| XYZ | 2.42 | 1.94 | 1.84 | - |
| YUV | 38.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 35 | 0 | 0.45 | 0.37 | 0.78 | 350.4 | 0.29 | 0.17 |
| Hex | 38 | 1F | 23 | 0 | 2D | 25 | 4E | 15E | 1D | 11 |
| Octal | 70 | 37 | 43 | 0 | 55 | 45 | 116 | 536 | 35 | 21 |
| Binary | 111000 | 11111 | 100011 | 0 | 101101 | 100101 | 1001110 | 101011110 | 11101 | 10001 |
Color Harmonies of #381F23
Complementary color
Monochromatic Colors of #381F23
Black with #381F23
Text Example
Text Example
White with #381F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F23; }
p { color: rgb(56,31,35); }
H1.HeaderClassName
{
color: #381F23;
}
.AnyTagClassName
{
color: #381F23;
}
</style>
background-color css
<style>
a { background-color: #381F23; }
a { background-color: rgb(56,31,35); }
div.DivClassName
{
background-color: #381F23;
}
.BgClassName
{
background-color: #381F23;
}
</style>
border-color css
<style>
span { border-color: #381F23; }
span { border-color: rgb(56,31,35); }
td.TdClassName
{
border-color: #381F23;
}
.TagClassName
{
border-color: #381F23;
}
</style>