#3C2C2F

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

Shades of Havana #3C2C2F

Tints of Havana #3C2C2F

Color information

#3C2C2F (or 0x3C2C2F) is unknown color: approx Havana. HEX triplet: 3C, 2C and 2F. RGB value is (60,44,47). Sum of RGB (Red+Green+Blue) = 60+44+47=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C2F is #C3D3D0. Grayscale: #313131. Windows color (decimal): -12833745 or 3091516. OLE color: 3091516.

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

Color convert

RGB604447-
CMYK00.270.220.76
HSL348.75º15.38%20.39%-
HSV(B)348.75º26.67%23.53%-
XYZ3.282.973.09-
YUV49.13126.8135.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=39.74%
G=29.14%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60444700.270.220.76348.7515.3820.39
Hex3C2C2F01B164C15df14
Octal745457033261145351724
Binary111100101100101111011011101101001100101011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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