#35111E

Color #35111E Temptress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Temptress #35111E

Tints of Temptress #35111E

Color information

#35111E (or 0x35111E) is unknown color: approx Temptress. HEX triplet: 35, 11 and 1E. RGB value is (53,17,30). Sum of RGB (Red+Green+Blue) = 53+17+30=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35111E is #CAEEE1. Grayscale: #1D1D1D. Windows color (decimal): -13299426 or 1970485. OLE color: 1970485.

HSL color Cylindrical-coordinate representation of color #35111E: hue angle of 338.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35111E is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB531730-
CMYK00.680.430.79
HSL338.33º51.43%13.73%-
HSV(B)338.33º67.92%20.78%-
XYZ1.91.251.37-
YUV29.25128.43144.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 53%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 30 (12.11% from 255) = 30%
R=53%
G=17%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53173000.680.430.79338.3351.4313.73
Hex35111E0442B4F15233e
Octal6521360104531175226316
Binary11010110001111100100010010101110011111010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35111E; }

 p { color: rgb(53,17,30); }

 H1.HeaderClassName
 {
   color: #35111E;
 }
 .AnyTagClassName
 {
   color: #35111E;
 }
</style>
background-color css

<style>
 a { background-color: #35111E; }

 a { background-color: rgb(53,17,30); }

 div.DivClassName
 {
   background-color: #35111E;
 }
 .BgClassName
 {
   background-color: #35111E;
 }
</style>
border-color css

<style>
 span { border-color: #35111E; }

 span { border-color: rgb(53,17,30); }

 td.TdClassName
 {
   border-color: #35111E;
 }
 .TagClassName
 {
   border-color: #35111E;
 }
</style>