#350D1C

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

Shades of Temptress #350D1C

Tints of Temptress #350D1C

Color information

#350D1C (or 0x350D1C) is unknown color: approx Temptress. HEX triplet: 35, 0D and 1C. RGB value is (53,13,28). Sum of RGB (Red+Green+Blue) = 53+13+28=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D1C is #CAF2E3. Grayscale: #1A1A1A. Windows color (decimal): -13300452 or 1838389. OLE color: 1838389.

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

Color convert

RGB531328-
CMYK00.750.470.79
HSL337.5º60.61%12.94%-
HSV(B)337.5º75.47%20.78%-
XYZ1.821.131.22-
YUV26.67128.75146.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=56.38%
G=13.83%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53132800.750.470.79337.560.6112.94
Hex35D1C04B2F4F1523dd
Octal6515340113571175227515
Binary1101011101111000100101110111110011111010100101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,13,28); }

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

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

 a { background-color: rgb(53,13,28); }

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

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

 span { border-color: rgb(53,13,28); }

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