#35171E

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

Shades of Temptress #35171E

Tints of Temptress #35171E

Color information

#35171E (or 0x35171E) is unknown color: approx Temptress. HEX triplet: 35, 17 and 1E. RGB value is (53,23,30). Sum of RGB (Red+Green+Blue) = 53+23+30=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #35171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35171E is #CAE8E1. Grayscale: #202020. Windows color (decimal): -13297890 or 1972021. OLE color: 1972021.

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

Color convert

RGB532330-
CMYK00.570.430.79
HSL346º39.47%14.9%-
HSV(B)346º56.6%20.78%-
XYZ2.011.461.4-
YUV32.77126.44142.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=50%
G=21.70%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53233000.570.430.7934639.4714.9
Hex35171E0392B4F15a27f
Octal652736071531175324717
Binary1101011011111110011100110101110011111010110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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