#3C2129

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

Shades of Temptress #3C2129

Tints of Temptress #3C2129

Color information

#3C2129 (or 0x3C2129) is unknown color: approx Temptress. HEX triplet: 3C, 21 and 29. RGB value is (60,33,41). Sum of RGB (Red+Green+Blue) = 60+33+41=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2129 is #C3DED6. Grayscale: #292929. Windows color (decimal): -12836567 or 2695484. OLE color: 2695484.

HSL color Cylindrical-coordinate representation of color #3C2129: hue angle of 342.22º 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 #3C2129 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB603341-
CMYK00.450.320.76
HSL342.22º29.03%18.24%-
HSV(B)342.22º45%23.53%-
XYZ2.812.212.38-
YUV41.98127.45140.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.78%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=44.78%
G=24.63%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60334100.450.320.76342.2229.0318.24
Hex3C212902D204C1561d12
Octal744151055401145263522
Binary111100100001101001010110110000010011001010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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