#3D302E

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

Shades of Gondola #3D302E

Tints of Gondola #3D302E

Color information

#3D302E (or 0x3D302E) is unknown color: approx Gondola. HEX triplet: 3D, 30 and 2E. RGB value is (61,48,46). Sum of RGB (Red+Green+Blue) = 61+48+46=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 61 - color contains mainly: red. Hex color #3D302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D302E is #C2CFD1. Grayscale: #333333. Windows color (decimal): -12767186 or 3027005. OLE color: 3027005.

HSL color Cylindrical-coordinate representation of color #3D302E: hue angle of 8º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D302E is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB614846-
CMYK00.210.250.76
HSL14.02%20.98%-
HSV(B)24.59%23.92%-
XYZ3.473.33.04-
YUV51.66124.81134.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.35%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=39.35%
G=30.97%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61484600.210.250.76814.0220.98
Hex3D302E015194C8e15
Octal75605602531114101625
Binary1111011100001011100101011100110011001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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