#3C2530

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

Shades of Toledo #3C2530

Tints of Toledo #3C2530

Color information

#3C2530 (or 0x3C2530) is unknown color: approx Toledo. HEX triplet: 3C, 25 and 30. RGB value is (60,37,48). Sum of RGB (Red+Green+Blue) = 60+37+48=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2530 is #C3DACF. Grayscale: #2D2D2D. Windows color (decimal): -12835536 or 3155260. OLE color: 3155260.

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

Color convert

RGB603748-
CMYK00.380.200.76
HSL331.3º23.71%19.02%-
HSV(B)331.3º38.33%23.53%-
XYZ3.062.53.12-
YUV45.13129.62138.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.38%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=41.38%
G=25.52%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60374800.380.200.76331.323.7119.02
Hex3C2530026144C14b1813
Octal744560046241145133023
Binary11110010010111000001001101010010011001010010111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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