Shades of Temptress #351C23
Tints of Temptress #351C23
RGB
CMYK
RGB Variations
Color information
#351C23 (or 0x351C23) is known color: Temptress. HEX triplet: 35, 1C and 23. RGB value is (53,28,35). Sum of RGB (Red+Green+Blue) = 53+28+35=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #351C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C23 is #CAE3DC. Grayscale: #242424. Windows color (decimal): -13296605 or 2300981. OLE color: 2300981.
HSL color Cylindrical-coordinate representation of color #351C23: hue angle of 343.2º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351C23 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 35 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.79 |
| HSL | 343.2º | 0.31% | 0.16% | - |
| HSV(B) | 343.2º | 0.47% | 0.21% | - |
| XYZ | 2.19 | 1.71 | 1.8 | - |
| YUV | 36.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 35 | 0 | 0.47 | 0.34 | 0.79 | 343.2 | 0.31 | 0.16 |
| Hex | 35 | 1C | 23 | 0 | 2F | 22 | 4F | 157 | 1F | 10 |
| Octal | 65 | 34 | 43 | 0 | 57 | 42 | 117 | 527 | 37 | 20 |
| Binary | 110101 | 11100 | 100011 | 0 | 101111 | 100010 | 1001111 | 101010111 | 11111 | 10000 |
Color Harmonies of #351C23
Complementary color
Monochromatic Colors of #351C23
Black with #351C23
Text Example
Text Example
White with #351C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C23; }
p { color: rgb(53,28,35); }
H1.HeaderClassName
{
color: #351C23;
}
.AnyTagClassName
{
color: #351C23;
}
</style>
background-color css
<style>
a { background-color: #351C23; }
a { background-color: rgb(53,28,35); }
div.DivClassName
{
background-color: #351C23;
}
.BgClassName
{
background-color: #351C23;
}
</style>
border-color css
<style>
span { border-color: #351C23; }
span { border-color: rgb(53,28,35); }
td.TdClassName
{
border-color: #351C23;
}
.TagClassName
{
border-color: #351C23;
}
</style>