#3C2C31

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

Shades of Castro #3C2C31

Tints of Castro #3C2C31

Color information

#3C2C31 (or 0x3C2C31) is unknown color: approx Castro. HEX triplet: 3C, 2C and 31. RGB value is (60,44,49). Sum of RGB (Red+Green+Blue) = 60+44+49=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C31 is #C3D3CE. Grayscale: #313131. Windows color (decimal): -12833743 or 3222588. OLE color: 3222588.

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

Color convert

RGB604449-
CMYK00.270.180.76
HSL341.25º15.38%20.39%-
HSV(B)341.25º26.67%23.53%-
XYZ3.322.983.31-
YUV49.35127.8135.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.22%
GREEN value IS 44 (17.58% from 255) = 28.76%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=39.22%
G=28.76%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60444900.270.180.76341.2515.3820.39
Hex3C2C3101B124C155f14
Octal745461033221145251724
Binary111100101100110001011011100101001100101010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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