#35181E

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

Shades of Temptress #35181E

Tints of Temptress #35181E

Color information

#35181E (or 0x35181E) is unknown color: approx Temptress. HEX triplet: 35, 18 and 1E. RGB value is (53,24,30). Sum of RGB (Red+Green+Blue) = 53+24+30=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #35181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35181E is #CAE7E1. Grayscale: #212121. Windows color (decimal): -13297634 or 1972277. OLE color: 1972277.

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

Color convert

RGB532430-
CMYK00.550.430.79
HSL347.59º37.66%15.1%-
HSV(B)347.59º54.72%20.78%-
XYZ2.031.51.41-
YUV33.35126.11142.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 24 (9.77% from 255) = 22.43%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=49.53%
G=22.43%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53243000.550.430.79347.5937.6615.1
Hex35181E0372B4F15c26f
Octal653036067531175344617
Binary1101011100011110011011110101110011111010111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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