#3C171F

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

Shades of Temptress #3C171F

Tints of Temptress #3C171F

Color information

#3C171F (or 0x3C171F) is unknown color: approx Temptress. HEX triplet: 3C, 17 and 1F. RGB value is (60,23,31). Sum of RGB (Red+Green+Blue) = 60+23+31=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C171F is #C3E8E0. Grayscale: #222222. Windows color (decimal): -12839137 or 2037564. OLE color: 2037564.

HSL color Cylindrical-coordinate representation of color #3C171F: hue angle of 347.03º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C171F is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB602331-
CMYK00.620.480.76
HSL347.03º44.58%16.27%-
HSV(B)347.03º61.67%23.53%-
XYZ2.421.671.49-
YUV34.97125.76145.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 52.63%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=52.63%
G=20.18%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60233100.620.480.76347.0344.5816.27
Hex3C171F03E304C15b2d10
Octal742737076601145335520
Binary11110010111111110111110110000100110010101101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C171F; }

 p { color: rgb(60,23,31); }

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

<style>
 a { background-color: #3C171F; }

 a { background-color: rgb(60,23,31); }

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

<style>
 span { border-color: #3C171F; }

 span { border-color: rgb(60,23,31); }

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