#3A2E2A

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

Shades of Gondola #3A2E2A

Tints of Gondola #3A2E2A

Color information

#3A2E2A (or 0x3A2E2A) is unknown color: approx Gondola. HEX triplet: 3A, 2E and 2A. RGB value is (58,46,42). Sum of RGB (Red+Green+Blue) = 58+46+42=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2E2A is #C5D1D5. Grayscale: #313131. Windows color (decimal): -12964310 or 2764346. OLE color: 2764346.

HSL color Cylindrical-coordinate representation of color #3A2E2A: hue angle of 15º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A2E2A is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB584642-
CMYK00.210.280.77
HSL15º16%19.61%-
HSV(B)15º27.59%22.75%-
XYZ3.143.022.61-
YUV49.13123.98134.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.73%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=39.73%
G=31.51%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58464200.210.280.77151619.61
Hex3A2E2A0151C4Df1014
Octal72565202534115172024
Binary11101010111010101001010111100100110111111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,46,42); }

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

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

 a { background-color: rgb(58,46,42); }

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

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

 span { border-color: rgb(58,46,42); }

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