#351E23

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

Shades of Temptress #351E23

Tints of Temptress #351E23

Color information

#351E23 (or 0x351E23) is unknown color: approx Temptress. HEX triplet: 35, 1E and 23. RGB value is (53,30,35). Sum of RGB (Red+Green+Blue) = 53+30+35=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #351E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E23 is #CAE1DC. Grayscale: #252525. Windows color (decimal): -13296093 or 2301493. OLE color: 2301493.

HSL color Cylindrical-coordinate representation of color #351E23: hue angle of 346.96º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #351E23 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB533035-
CMYK00.430.340.79
HSL346.96º27.71%16.27%-
HSV(B)346.96º43.4%20.78%-
XYZ2.241.811.82-
YUV37.45126.62139.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 30 (12.11% from 255) = 25.42%
BLUE value IS 35 (14.06% from 255) = 29.66%
R=44.92%
G=25.42%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53303500.430.340.79346.9627.7116.27
Hex351E2302B224F15b1c10
Octal653643053421175333420
Binary11010111110100011010101110001010011111010110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351E23; }

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

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

<style>
 a { background-color: #351E23; }

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

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

<style>
 span { border-color: #351E23; }

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

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