Shades of Temptress #3B0F1E
Tints of Temptress #3B0F1E
RGB
CMYK
RGB Variations
Color information
#3B0F1E (or 0x3B0F1E) is known color: Temptress. HEX triplet: 3B, 0F and 1E. RGB value is (59,15,30). Sum of RGB (Red+Green+Blue) = 59+15+30=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F1E is #C4F0E1. Grayscale: #1D1D1D. Windows color (decimal): -12906722 or 1969979. OLE color: 1969979.
HSL color Cylindrical-coordinate representation of color #3B0F1E: hue angle of 339.55º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B0F1E is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 15 | 30 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.77 |
| HSL | 339.55º | 0.59% | 0.15% | - |
| HSV(B) | 339.55º | 0.75% | 0.23% | - |
| XYZ | 2.21 | 1.37 | 1.38 | - |
| YUV | 29.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 30 | 0 | 0.75 | 0.49 | 0.77 | 339.55 | 0.59 | 0.15 |
| Hex | 3B | F | 1E | 0 | 4B | 31 | 4D | 154 | 3B | F |
| Octal | 73 | 17 | 36 | 0 | 113 | 61 | 115 | 524 | 73 | 17 |
| Binary | 111011 | 1111 | 11110 | 0 | 1001011 | 110001 | 1001101 | 101010100 | 111011 | 1111 |
Color Harmonies of #3B0F1E
Complementary color
Monochromatic Colors of #3B0F1E
Black with #3B0F1E
Text Example
Text Example
White with #3B0F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0F1E; }
p { color: rgb(59,15,30); }
H1.HeaderClassName
{
color: #3B0F1E;
}
.AnyTagClassName
{
color: #3B0F1E;
}
</style>
background-color css
<style>
a { background-color: #3B0F1E; }
a { background-color: rgb(59,15,30); }
div.DivClassName
{
background-color: #3B0F1E;
}
.BgClassName
{
background-color: #3B0F1E;
}
</style>
border-color css
<style>
span { border-color: #3B0F1E; }
span { border-color: rgb(59,15,30); }
td.TdClassName
{
border-color: #3B0F1E;
}
.TagClassName
{
border-color: #3B0F1E;
}
</style>