Shades of Temptress #2B151D
Tints of Temptress #2B151D
RGB
CMYK
RGB Variations
Color information
#2B151D (or 0x2B151D) is known color: Temptress. HEX triplet: 2B, 15 and 1D. RGB value is (43,21,29). Sum of RGB (Red+Green+Blue) = 43+21+29=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B151D is #D4EAE2. Grayscale: #1C1C1C. Windows color (decimal): -13953763 or 1905963. OLE color: 1905963.
HSL color Cylindrical-coordinate representation of color #2B151D: hue angle of 338.18º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B151D is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 29 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.83 |
| HSL | 338.18º | 0.34% | 0.13% | - |
| HSV(B) | 338.18º | 0.51% | 0.17% | - |
| XYZ | 1.49 | 1.14 | 1.3 | - |
| YUV | 28.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 29 | 0 | 0.51 | 0.33 | 0.83 | 338.18 | 0.34 | 0.13 |
| Hex | 2B | 15 | 1D | 0 | 33 | 21 | 53 | 152 | 22 | D |
| Octal | 53 | 25 | 35 | 0 | 63 | 41 | 123 | 522 | 42 | 15 |
| Binary | 101011 | 10101 | 11101 | 0 | 110011 | 100001 | 1010011 | 101010010 | 100010 | 1101 |
Color Harmonies of #2B151D
Complementary color
Monochromatic Colors of #2B151D
Black with #2B151D
Text Example
Text Example
White with #2B151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B151D; }
p { color: rgb(43,21,29); }
H1.HeaderClassName
{
color: #2B151D;
}
.AnyTagClassName
{
color: #2B151D;
}
</style>
background-color css
<style>
a { background-color: #2B151D; }
a { background-color: rgb(43,21,29); }
div.DivClassName
{
background-color: #2B151D;
}
.BgClassName
{
background-color: #2B151D;
}
</style>
border-color css
<style>
span { border-color: #2B151D; }
span { border-color: rgb(43,21,29); }
td.TdClassName
{
border-color: #2B151D;
}
.TagClassName
{
border-color: #2B151D;
}
</style>