Shades of Temptress #2B121C
Tints of Temptress #2B121C
RGB
CMYK
RGB Variations
Color information
#2B121C (or 0x2B121C) is known color: Temptress. HEX triplet: 2B, 12 and 1C. RGB value is (43,18,28). Sum of RGB (Red+Green+Blue) = 43+18+28=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B121C is #D4EDE3. Grayscale: #1A1A1A. Windows color (decimal): -13954532 or 1839659. OLE color: 1839659.
HSL color Cylindrical-coordinate representation of color #2B121C: hue angle of 336º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B121C is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 18 | 28 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.83 |
| HSL | 336º | 0.41% | 0.12% | - |
| HSV(B) | 336º | 0.58% | 0.17% | - |
| XYZ | 1.42 | 1.03 | 1.22 | - |
| YUV | 26.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 28 | 0 | 0.58 | 0.35 | 0.83 | 336 | 0.41 | 0.12 |
| Hex | 2B | 12 | 1C | 0 | 3A | 23 | 53 | 150 | 29 | C |
| Octal | 53 | 22 | 34 | 0 | 72 | 43 | 123 | 520 | 51 | 14 |
| Binary | 101011 | 10010 | 11100 | 0 | 111010 | 100011 | 1010011 | 101010000 | 101001 | 1100 |
Color Harmonies of #2B121C
Complementary color
Monochromatic Colors of #2B121C
Black with #2B121C
Text Example
Text Example
White with #2B121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B121C; }
p { color: rgb(43,18,28); }
H1.HeaderClassName
{
color: #2B121C;
}
.AnyTagClassName
{
color: #2B121C;
}
</style>
background-color css
<style>
a { background-color: #2B121C; }
a { background-color: rgb(43,18,28); }
div.DivClassName
{
background-color: #2B121C;
}
.BgClassName
{
background-color: #2B121C;
}
</style>
border-color css
<style>
span { border-color: #2B121C; }
span { border-color: rgb(43,18,28); }
td.TdClassName
{
border-color: #2B121C;
}
.TagClassName
{
border-color: #2B121C;
}
</style>