Shades of Temptress #381B24
Tints of Temptress #381B24
RGB
CMYK
RGB Variations
Color information
#381B24 (or 0x381B24) is known color: Temptress. HEX triplet: 38, 1B and 24. RGB value is (56,27,36). Sum of RGB (Red+Green+Blue) = 56+27+36=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #381B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B24 is #C7E4DB. Grayscale: #242424. Windows color (decimal): -13100252 or 2366264. OLE color: 2366264.
HSL color Cylindrical-coordinate representation of color #381B24: hue angle of 341.38º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B24 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 36 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.78 |
| HSL | 341.38º | 0.35% | 0.16% | - |
| HSV(B) | 341.38º | 0.52% | 0.22% | - |
| XYZ | 2.34 | 1.75 | 1.88 | - |
| YUV | 36.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 36 | 0 | 0.52 | 0.36 | 0.78 | 341.38 | 0.35 | 0.16 |
| Hex | 38 | 1B | 24 | 0 | 34 | 24 | 4E | 155 | 23 | 10 |
| Octal | 70 | 33 | 44 | 0 | 64 | 44 | 116 | 525 | 43 | 20 |
| Binary | 111000 | 11011 | 100100 | 0 | 110100 | 100100 | 1001110 | 101010101 | 100011 | 10000 |
Color Harmonies of #381B24
Complementary color
Monochromatic Colors of #381B24
Black with #381B24
Text Example
Text Example
White with #381B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B24; }
p { color: rgb(56,27,36); }
H1.HeaderClassName
{
color: #381B24;
}
.AnyTagClassName
{
color: #381B24;
}
</style>
background-color css
<style>
a { background-color: #381B24; }
a { background-color: rgb(56,27,36); }
div.DivClassName
{
background-color: #381B24;
}
.BgClassName
{
background-color: #381B24;
}
</style>
border-color css
<style>
span { border-color: #381B24; }
span { border-color: rgb(56,27,36); }
td.TdClassName
{
border-color: #381B24;
}
.TagClassName
{
border-color: #381B24;
}
</style>