#350E1D

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

Shades of Temptress #350E1D

Tints of Temptress #350E1D

Color information

#350E1D (or 0x350E1D) is unknown color: approx Temptress. HEX triplet: 35, 0E and 1D. RGB value is (53,14,29). Sum of RGB (Red+Green+Blue) = 53+14+29=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E1D is #CAF1E2. Grayscale: #1B1B1B. Windows color (decimal): -13300195 or 1904181. OLE color: 1904181.

HSL color Cylindrical-coordinate representation of color #350E1D: hue angle of 336.92º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #350E1D is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB531429-
CMYK00.740.450.79
HSL336.92º58.21%13.14%-
HSV(B)336.92º73.58%20.78%-
XYZ1.851.161.29-
YUV27.37128.92146.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 14 (5.86% from 255) = 14.58%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=55.21%
G=14.58%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53142900.740.450.79336.9258.2113.14
Hex35E1D04A2D4F1513ad
Octal6516350112551175217215
Binary1101011110111010100101010110110011111010100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350E1D; }

 p { color: rgb(53,14,29); }

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

<style>
 a { background-color: #350E1D; }

 a { background-color: rgb(53,14,29); }

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

<style>
 span { border-color: #350E1D; }

 span { border-color: rgb(53,14,29); }

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