Shades of Temptress #24151B
Tints of Temptress #24151B
RGB
CMYK
RGB Variations
Color information
#24151B (or 0x24151B) is known color: Temptress. HEX triplet: 24, 15 and 1B. RGB value is (36,21,27). Sum of RGB (Red+Green+Blue) = 36+21+27=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #24151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24151B is #DBEAE4. Grayscale: #1A1A1A. Windows color (decimal): -14412517 or 1774884. OLE color: 1774884.
HSL color Cylindrical-coordinate representation of color #24151B: hue angle of 336º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #24151B is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 21 | 27 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.86 |
| HSL | 336º | 0.26% | 0.11% | - |
| HSV(B) | 336º | 0.42% | 0.14% | - |
| XYZ | 1.19 | 0.99 | 1.17 | - |
| YUV | 26.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 27 | 0 | 0.42 | 0.25 | 0.86 | 336 | 0.26 | 0.11 |
| Hex | 24 | 15 | 1B | 0 | 2A | 19 | 56 | 150 | 1A | B |
| Octal | 44 | 25 | 33 | 0 | 52 | 31 | 126 | 520 | 32 | 13 |
| Binary | 100100 | 10101 | 11011 | 0 | 101010 | 11001 | 1010110 | 101010000 | 11010 | 1011 |
Color Harmonies of #24151B
Complementary color
Monochromatic Colors of #24151B
Black with #24151B
Text Example
Text Example
White with #24151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24151B; }
p { color: rgb(36,21,27); }
H1.HeaderClassName
{
color: #24151B;
}
.AnyTagClassName
{
color: #24151B;
}
</style>
background-color css
<style>
a { background-color: #24151B; }
a { background-color: rgb(36,21,27); }
div.DivClassName
{
background-color: #24151B;
}
.BgClassName
{
background-color: #24151B;
}
</style>
border-color css
<style>
span { border-color: #24151B; }
span { border-color: rgb(36,21,27); }
td.TdClassName
{
border-color: #24151B;
}
.TagClassName
{
border-color: #24151B;
}
</style>