#3A302E

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

Shades of Gondola #3A302E

Tints of Gondola #3A302E

Color information

#3A302E (or 0x3A302E) is unknown color: approx Gondola. HEX triplet: 3A, 30 and 2E. RGB value is (58,48,46). Sum of RGB (Red+Green+Blue) = 58+48+46=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 58 - color contains mainly: red. Hex color #3A302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A302E is #C5CFD1. Grayscale: #323232. Windows color (decimal): -12963794 or 3027002. OLE color: 3027002.

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

Color convert

RGB584846-
CMYK00.170.210.77
HSL10º11.54%20.39%-
HSV(B)10º20.69%22.75%-
XYZ3.33.213.03-
YUV50.76125.31133.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=38.16%
G=31.58%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58484600.170.210.771011.5420.39
Hex3A302E011154Dac14
Octal72605602125115121424
Binary1110101100001011100100011010110011011010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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