Shades of Temptress #381C23
Tints of Temptress #381C23
RGB
CMYK
RGB Variations
Color information
#381C23 (or 0x381C23) is known color: Temptress. HEX triplet: 38, 1C and 23. RGB value is (56,28,35). Sum of RGB (Red+Green+Blue) = 56+28+35=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #381C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C23 is #C7E3DC. Grayscale: #252525. Windows color (decimal): -13099997 or 2300984. OLE color: 2300984.
HSL color Cylindrical-coordinate representation of color #381C23: hue angle of 345º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C23 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 35 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.78 |
| HSL | 345º | 0.33% | 0.16% | - |
| HSV(B) | 345º | 0.5% | 0.22% | - |
| XYZ | 2.35 | 1.79 | 1.81 | - |
| YUV | 37.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 35 | 0 | 0.50 | 0.37 | 0.78 | 345 | 0.33 | 0.16 |
| Hex | 38 | 1C | 23 | 0 | 32 | 25 | 4E | 159 | 21 | 10 |
| Octal | 70 | 34 | 43 | 0 | 62 | 45 | 116 | 531 | 41 | 20 |
| Binary | 111000 | 11100 | 100011 | 0 | 110010 | 100101 | 1001110 | 101011001 | 100001 | 10000 |
Color Harmonies of #381C23
Complementary color
Monochromatic Colors of #381C23
Black with #381C23
Text Example
Text Example
White with #381C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C23; }
p { color: rgb(56,28,35); }
H1.HeaderClassName
{
color: #381C23;
}
.AnyTagClassName
{
color: #381C23;
}
</style>
background-color css
<style>
a { background-color: #381C23; }
a { background-color: rgb(56,28,35); }
div.DivClassName
{
background-color: #381C23;
}
.BgClassName
{
background-color: #381C23;
}
</style>
border-color css
<style>
span { border-color: #381C23; }
span { border-color: rgb(56,28,35); }
td.TdClassName
{
border-color: #381C23;
}
.TagClassName
{
border-color: #381C23;
}
</style>