#3D2A31

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

Shades of Toledo #3D2A31

Tints of Toledo #3D2A31

Color information

#3D2A31 (or 0x3D2A31) is unknown color: approx Toledo. HEX triplet: 3D, 2A and 31. RGB value is (61,42,49). Sum of RGB (Red+Green+Blue) = 61+42+49=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2A31 is #C2D5CE. Grayscale: #303030. Windows color (decimal): -12768719 or 3222077. OLE color: 3222077.

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

Color convert

RGB614249-
CMYK00.310.200.76
HSL337.89º18.45%20.2%-
HSV(B)337.89º31.15%23.92%-
XYZ3.312.873.29-
YUV48.48128.29136.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=40.13%
G=27.63%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61424900.310.200.76337.8918.4520.2
Hex3D2A3101F144C1521214
Octal755261037241145222224
Binary1111011010101100010111111010010011001010100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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