#3C2123

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

Shades of Temptress #3C2123

Tints of Temptress #3C2123

Color information

#3C2123 (or 0x3C2123) is unknown color: approx Temptress. HEX triplet: 3C, 21 and 23. RGB value is (60,33,35). Sum of RGB (Red+Green+Blue) = 60+33+35=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2123 is #C3DEDC. Grayscale: #292929. Windows color (decimal): -12836573 or 2302268. OLE color: 2302268.

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

Color convert

RGB603335-
CMYK00.450.420.76
HSL355.56º29.03%18.24%-
HSV(B)355.56º45%23.53%-
XYZ2.712.171.87-
YUV41.3124.45141.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.88%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=46.88%
G=25.78%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60333500.450.420.76355.5629.0318.24
Hex3C212302D2A4C1641d12
Octal744143055521145443522
Binary111100100001100011010110110101010011001011001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,35); }

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

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

 a { background-color: rgb(60,33,35); }

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

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

 span { border-color: rgb(60,33,35); }

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