#3D2530

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

Shades of Toledo #3D2530

Tints of Toledo #3D2530

Color information

#3D2530 (or 0x3D2530) is unknown color: approx Toledo. HEX triplet: 3D, 25 and 30. RGB value is (61,37,48). Sum of RGB (Red+Green+Blue) = 61+37+48=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2530 is #C2DACF. Grayscale: #2D2D2D. Windows color (decimal): -12770000 or 3155261. OLE color: 3155261.

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

Color convert

RGB613748-
CMYK00.390.210.76
HSL332.5º24.49%19.22%-
HSV(B)332.5º39.34%23.92%-
XYZ3.122.533.12-
YUV45.43129.45139.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.78%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 48 (19.14% from 255) = 32.88%
R=41.78%
G=25.34%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61374800.390.210.76332.524.4919.22
Hex3D2530027154C14c1813
Octal754560047251145143023
Binary11110110010111000001001111010110011001010011001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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