Shades of Temptress #380F1C
Tints of Temptress #380F1C
RGB
CMYK
RGB Variations
Color information
#380F1C (or 0x380F1C) is known color: Temptress. HEX triplet: 38, 0F and 1C. RGB value is (56,15,28). Sum of RGB (Red+Green+Blue) = 56+15+28=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F1C is #C7F0E3. Grayscale: #1C1C1C. Windows color (decimal): -13103332 or 1838904. OLE color: 1838904.
HSL color Cylindrical-coordinate representation of color #380F1C: hue angle of 340.98º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F1C is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 28 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.78 |
| HSL | 340.98º | 0.58% | 0.14% | - |
| HSV(B) | 340.98º | 0.73% | 0.22% | - |
| XYZ | 2.01 | 1.27 | 1.24 | - |
| YUV | 28.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 28 | 0 | 0.73 | 0.50 | 0.78 | 340.98 | 0.58 | 0.14 |
| Hex | 38 | F | 1C | 0 | 49 | 32 | 4E | 155 | 3A | E |
| Octal | 70 | 17 | 34 | 0 | 111 | 62 | 116 | 525 | 72 | 16 |
| Binary | 111000 | 1111 | 11100 | 0 | 1001001 | 110010 | 1001110 | 101010101 | 111010 | 1110 |
Color Harmonies of #380F1C
Complementary color
Monochromatic Colors of #380F1C
Black with #380F1C
Text Example
Text Example
White with #380F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F1C; }
p { color: rgb(56,15,28); }
H1.HeaderClassName
{
color: #380F1C;
}
.AnyTagClassName
{
color: #380F1C;
}
</style>
background-color css
<style>
a { background-color: #380F1C; }
a { background-color: rgb(56,15,28); }
div.DivClassName
{
background-color: #380F1C;
}
.BgClassName
{
background-color: #380F1C;
}
</style>
border-color css
<style>
span { border-color: #380F1C; }
span { border-color: rgb(56,15,28); }
td.TdClassName
{
border-color: #380F1C;
}
.TagClassName
{
border-color: #380F1C;
}
</style>