#3B332C

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

Shades of Slugger #3B332C

Tints of Slugger #3B332C

Color information

#3B332C (or 0x3B332C) is unknown color: approx Slugger. HEX triplet: 3B, 33 and 2C. RGB value is (59,51,44). Sum of RGB (Red+Green+Blue) = 59+51+44=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 59 - color contains mainly: red. Hex color #3B332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B332C is #C4CCD3. Grayscale: #343434. Windows color (decimal): -12897492 or 2896699. OLE color: 2896699.

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

Color convert

RGB595144-
CMYK00.140.250.77
HSL28º14.56%20.2%-
HSV(B)28º25.42%23.14%-
XYZ3.443.482.87-
YUV52.59123.15132.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=38.31%
G=33.12%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59514400.140.250.772814.5620.2
Hex3B332C0E194D1cf14
Octal73635401631115341724
Binary1110111100111011000111011001100110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,51,44); }

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

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

 a { background-color: rgb(59,51,44); }

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

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

 span { border-color: rgb(59,51,44); }

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