Shades of Temptress #381B23
Tints of Temptress #381B23
RGB
CMYK
RGB Variations
Color information
#381B23 (or 0x381B23) is known color: Temptress. HEX triplet: 38, 1B and 23. RGB value is (56,27,35). Sum of RGB (Red+Green+Blue) = 56+27+35=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #381B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B23 is #C7E4DC. Grayscale: #242424. Windows color (decimal): -13100253 or 2300728. OLE color: 2300728.
HSL color Cylindrical-coordinate representation of color #381B23: hue angle of 343.45º 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 #381B23 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 35 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.78 |
| HSL | 343.45º | 0.35% | 0.16% | - |
| HSV(B) | 343.45º | 0.52% | 0.22% | - |
| XYZ | 2.33 | 1.75 | 1.8 | - |
| YUV | 36.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 35 | 0 | 0.52 | 0.37 | 0.78 | 343.45 | 0.35 | 0.16 |
| Hex | 38 | 1B | 23 | 0 | 34 | 25 | 4E | 157 | 23 | 10 |
| Octal | 70 | 33 | 43 | 0 | 64 | 45 | 116 | 527 | 43 | 20 |
| Binary | 111000 | 11011 | 100011 | 0 | 110100 | 100101 | 1001110 | 101010111 | 100011 | 10000 |
Color Harmonies of #381B23
Complementary color
Monochromatic Colors of #381B23
Black with #381B23
Text Example
Text Example
White with #381B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B23; }
p { color: rgb(56,27,35); }
H1.HeaderClassName
{
color: #381B23;
}
.AnyTagClassName
{
color: #381B23;
}
</style>
background-color css
<style>
a { background-color: #381B23; }
a { background-color: rgb(56,27,35); }
div.DivClassName
{
background-color: #381B23;
}
.BgClassName
{
background-color: #381B23;
}
</style>
border-color css
<style>
span { border-color: #381B23; }
span { border-color: rgb(56,27,35); }
td.TdClassName
{
border-color: #381B23;
}
.TagClassName
{
border-color: #381B23;
}
</style>