#3A302C

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

Shades of Gondola #3A302C

Tints of Gondola #3A302C

Color information

#3A302C (or 0x3A302C) is unknown color: approx Gondola. HEX triplet: 3A, 30 and 2C. RGB value is (58,48,44). Sum of RGB (Red+Green+Blue) = 58+48+44=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A302C is #C5CFD3. Grayscale: #323232. Windows color (decimal): -12963796 or 2895930. OLE color: 2895930.

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

Color convert

RGB584844-
CMYK00.170.240.77
HSL17.14º13.73%20%-
HSV(B)17.14º24.14%22.75%-
XYZ3.263.22.83-
YUV50.53124.31133.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=38.67%
G=32%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58484400.170.240.7717.1413.7320
Hex3A302C011184D11e14
Octal72605402130115211624
Binary11101011000010110001000111000100110110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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