Shades of Temptress #2C131B
Tints of Temptress #2C131B
RGB
CMYK
RGB Variations
Color information
#2C131B (or 0x2C131B) is known color: Temptress. HEX triplet: 2C, 13 and 1B. RGB value is (44,19,27). Sum of RGB (Red+Green+Blue) = 44+19+27=90 (11% of max value = 765). Red value is 44 (17.58% from 255 or 48.89% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 44 - color contains mainly: red. Hex color #2C131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C131B is #D3ECE4. Grayscale: #1B1B1B. Windows color (decimal): -13888741 or 1774380. OLE color: 1774380.
HSL color Cylindrical-coordinate representation of color #2C131B: hue angle of 340.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C131B is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 19 | 27 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.83 |
| HSL | 340.8º | 0.4% | 0.12% | - |
| HSV(B) | 340.8º | 0.57% | 0.17% | - |
| XYZ | 1.47 | 1.08 | 1.17 | - |
| YUV | 27.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 27 | 0 | 0.57 | 0.39 | 0.83 | 340.8 | 0.4 | 0.12 |
| Hex | 2C | 13 | 1B | 0 | 39 | 27 | 53 | 155 | 28 | C |
| Octal | 54 | 23 | 33 | 0 | 71 | 47 | 123 | 525 | 50 | 14 |
| Binary | 101100 | 10011 | 11011 | 0 | 111001 | 100111 | 1010011 | 101010101 | 101000 | 1100 |
Color Harmonies of #2C131B
Complementary color
Monochromatic Colors of #2C131B
Black with #2C131B
Text Example
Text Example
White with #2C131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C131B; }
p { color: rgb(44,19,27); }
H1.HeaderClassName
{
color: #2C131B;
}
.AnyTagClassName
{
color: #2C131B;
}
</style>
background-color css
<style>
a { background-color: #2C131B; }
a { background-color: rgb(44,19,27); }
div.DivClassName
{
background-color: #2C131B;
}
.BgClassName
{
background-color: #2C131B;
}
</style>
border-color css
<style>
span { border-color: #2C131B; }
span { border-color: rgb(44,19,27); }
td.TdClassName
{
border-color: #2C131B;
}
.TagClassName
{
border-color: #2C131B;
}
</style>