#3C2531

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

Shades of Toledo #3C2531

Tints of Toledo #3C2531

Color information

#3C2531 (or 0x3C2531) is unknown color: approx Toledo. HEX triplet: 3C, 25 and 31. RGB value is (60,37,49). Sum of RGB (Red+Green+Blue) = 60+37+49=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2531 is #C3DACE. Grayscale: #2D2D2D. Windows color (decimal): -12835535 or 3220796. OLE color: 3220796.

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

Color convert

RGB603749-
CMYK00.380.180.76
HSL328.7º23.71%19.02%-
HSV(B)328.7º38.33%23.53%-
XYZ3.082.513.23-
YUV45.24130.12138.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.10%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=41.10%
G=25.34%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60374900.380.180.76328.723.7119.02
Hex3C2531026124C1491813
Octal744561046221145113023
Binary11110010010111000101001101001010011001010010011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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