#3B3230

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

Shades of Gondola #3B3230

Tints of Gondola #3B3230

Color information

#3B3230 (or 0x3B3230) is unknown color: approx Gondola. HEX triplet: 3B, 32 and 30. RGB value is (59,50,48). Sum of RGB (Red+Green+Blue) = 59+50+48=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3230 is #C4CDCF. Grayscale: #343434. Windows color (decimal): -12897744 or 3158587. OLE color: 3158587.

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

Color convert

RGB595048-
CMYK00.150.190.77
HSL10.91º10.28%20.98%-
HSV(B)10.91º18.64%23.14%-
XYZ3.483.423.27-
YUV52.46125.48132.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.58%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=37.58%
G=31.85%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59504800.150.190.7710.9110.2820.98
Hex3B32300F134Dba15
Octal73626001723115131225
Binary111011110010110000011111001110011011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,50,48); }

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

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

 a { background-color: rgb(59,50,48); }

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

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

 span { border-color: rgb(59,50,48); }

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