#3D2331

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

Shades of Toledo #3D2331

Tints of Toledo #3D2331

Color information

#3D2331 (or 0x3D2331) is unknown color: approx Toledo. HEX triplet: 3D, 23 and 31. RGB value is (61,35,49). Sum of RGB (Red+Green+Blue) = 61+35+49=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2331 is #C2DCCE. Grayscale: #2C2C2C. Windows color (decimal): -12770511 or 3220285. OLE color: 3220285.

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

Color convert

RGB613549-
CMYK00.430.200.76
HSL327.69º27.08%18.82%-
HSV(B)327.69º42.62%23.92%-
XYZ3.082.423.21-
YUV44.37130.61139.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.07%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=42.07%
G=24.14%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61354900.430.200.76327.6927.0818.82
Hex3D233102B144C1481b13
Octal754361053241145103323
Binary11110110001111000101010111010010011001010010001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,35,49); }

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

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

 a { background-color: rgb(61,35,49); }

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

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

 span { border-color: rgb(61,35,49); }

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