#3F3128

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

Shades of Slugger #3F3128

Tints of Slugger #3F3128

Color information

#3F3128 (or 0x3F3128) is unknown color: approx Slugger. HEX triplet: 3F, 31 and 28. RGB value is (63,49,40). Sum of RGB (Red+Green+Blue) = 63+49+40=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3128 is #C0CED7. Grayscale: #343434. Windows color (decimal): -12635864 or 2634047. OLE color: 2634047.

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

Color convert

RGB634940-
CMYK00.220.370.75
HSL23.48º22.33%20.2%-
HSV(B)23.48º36.51%24.71%-
XYZ3.533.412.48-
YUV52.16121.14135.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=41.45%
G=32.24%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63494000.220.370.7523.4822.3320.2
Hex3F3128016254B171614
Octal77615002645113272624
Binary1111111100011010000101101001011001011101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,40); }

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

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

 a { background-color: rgb(63,49,40); }

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

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

 span { border-color: rgb(63,49,40); }

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