#3C2B31

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

Shades of Toledo #3C2B31

Tints of Toledo #3C2B31

Color information

#3C2B31 (or 0x3C2B31) is unknown color: approx Toledo. HEX triplet: 3C, 2B and 31. RGB value is (60,43,49). Sum of RGB (Red+Green+Blue) = 60+43+49=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2B31 is #C3D4CE. Grayscale: #303030. Windows color (decimal): -12833999 or 3222332. OLE color: 3222332.

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

Color convert

RGB604349-
CMYK00.280.180.76
HSL338.82º16.5%20.2%-
HSV(B)338.82º28.33%23.53%-
XYZ3.282.913.29-
YUV48.77128.13136.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.47%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=39.47%
G=28.29%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60434900.280.180.76338.8216.520.2
Hex3C2B3101C124C1531114
Octal745361034221145232124
Binary1111001010111100010111001001010011001010100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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