#3A2230

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

Shades of Toledo #3A2230

Tints of Toledo #3A2230

Color information

#3A2230 (or 0x3A2230) is unknown color: approx Toledo. HEX triplet: 3A, 22 and 30. RGB value is (58,34,48). Sum of RGB (Red+Green+Blue) = 58+34+48=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2230 is #C5DDCF. Grayscale: #2A2A2A. Windows color (decimal): -12967376 or 3154490. OLE color: 3154490.

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

Color convert

RGB583448-
CMYK00.410.170.77
HSL325º26.09%18.04%-
HSV(B)325º41.38%22.75%-
XYZ2.852.263.08-
YUV42.77130.95138.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.43%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=41.43%
G=24.29%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58344800.410.170.7732526.0918.04
Hex3A2230029114D1451a12
Octal724260051211155053222
Binary11101010001011000001010011000110011011010001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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