#3A2530

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

Shades of Toledo #3A2530

Tints of Toledo #3A2530

Color information

#3A2530 (or 0x3A2530) is unknown color: approx Toledo. HEX triplet: 3A, 25 and 30. RGB value is (58,37,48). Sum of RGB (Red+Green+Blue) = 58+37+48=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2530 is #C5DACF. Grayscale: #2C2C2C. Windows color (decimal): -12966608 or 3155258. OLE color: 3155258.

HSL color Cylindrical-coordinate representation of color #3A2530: hue angle of 328.57º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A2530 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB583748-
CMYK00.360.170.77
HSL328.57º22.11%18.63%-
HSV(B)328.57º36.21%22.75%-
XYZ2.942.443.11-
YUV44.53129.96137.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=40.56%
G=25.87%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58374800.360.170.77328.5722.1118.63
Hex3A2530024114D1491613
Octal724560044211155112623
Binary11101010010111000001001001000110011011010010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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