Shades of Temptress #35151E
Tints of Temptress #35151E
RGB
CMYK
RGB Variations
Color information
#35151E (or 0x35151E) is known color: Temptress. HEX triplet: 35, 15 and 1E. RGB value is (53,21,30). Sum of RGB (Red+Green+Blue) = 53+21+30=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35151E is #CAEAE1. Grayscale: #1F1F1F. Windows color (decimal): -13298402 or 1971509. OLE color: 1971509.
HSL color Cylindrical-coordinate representation of color #35151E: hue angle of 343.12º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35151E is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 21 | 30 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.79 |
| HSL | 343.13º | 0.43% | 0.15% | - |
| HSV(B) | 343.13º | 0.6% | 0.21% | - |
| XYZ | 1.97 | 1.39 | 1.39 | - |
| YUV | 31.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 30 | 0 | 0.60 | 0.43 | 0.79 | 343.13 | 0.43 | 0.15 |
| Hex | 35 | 15 | 1E | 0 | 3C | 2B | 4F | 157 | 2B | F |
| Octal | 65 | 25 | 36 | 0 | 74 | 53 | 117 | 527 | 53 | 17 |
| Binary | 110101 | 10101 | 11110 | 0 | 111100 | 101011 | 1001111 | 101010111 | 101011 | 1111 |
Color Harmonies of #35151E
Complementary color
Monochromatic Colors of #35151E
Black with #35151E
Text Example
Text Example
White with #35151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35151E; }
p { color: rgb(53,21,30); }
H1.HeaderClassName
{
color: #35151E;
}
.AnyTagClassName
{
color: #35151E;
}
</style>
background-color css
<style>
a { background-color: #35151E; }
a { background-color: rgb(53,21,30); }
div.DivClassName
{
background-color: #35151E;
}
.BgClassName
{
background-color: #35151E;
}
</style>
border-color css
<style>
span { border-color: #35151E; }
span { border-color: rgb(53,21,30); }
td.TdClassName
{
border-color: #35151E;
}
.TagClassName
{
border-color: #35151E;
}
</style>