#3C2C2D

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

Shades of Havana #3C2C2D

Tints of Havana #3C2C2D

Color information

#3C2C2D (or 0x3C2C2D) is unknown color: approx Havana. HEX triplet: 3C, 2C and 2D. RGB value is (60,44,45). Sum of RGB (Red+Green+Blue) = 60+44+45=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C2D is #C3D3D2. Grayscale: #303030. Windows color (decimal): -12833747 or 2960444. OLE color: 2960444.

HSL color Cylindrical-coordinate representation of color #3C2C2D: hue angle of 356.25º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C2C2D is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB604445-
CMYK00.270.250.76
HSL356.25º15.38%20.39%-
HSV(B)356.25º26.67%23.53%-
XYZ3.242.952.88-
YUV48.9125.8135.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.27%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=40.27%
G=29.53%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60444500.270.250.76356.2515.3820.39
Hex3C2C2D01B194C164f14
Octal745455033311145441724
Binary111100101100101101011011110011001100101100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,44,45); }

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

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

 a { background-color: rgb(60,44,45); }

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

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

 span { border-color: rgb(60,44,45); }

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