#3F322A

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

Shades of Slugger #3F322A

Tints of Slugger #3F322A

Color information

#3F322A (or 0x3F322A) is unknown color: approx Slugger. HEX triplet: 3F, 32 and 2A. RGB value is (63,50,42). Sum of RGB (Red+Green+Blue) = 63+50+42=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F322A is #C0CDD5. Grayscale: #353535. Windows color (decimal): -12635606 or 2765375. OLE color: 2765375.

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

Color convert

RGB635042-
CMYK00.210.330.75
HSL22.86º20%20.59%-
HSV(B)22.86º33.33%24.71%-
XYZ3.613.512.68-
YUV52.97121.81135.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.65%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=40.65%
G=32.26%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63504200.210.330.7522.862020.59
Hex3F322A015214B171415
Octal77625202541113272425
Binary1111111100101010100101011000011001011101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,50,42); }

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

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

 a { background-color: rgb(63,50,42); }

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

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

 span { border-color: rgb(63,50,42); }

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