#3F332D

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

Shades of Slugger #3F332D

Tints of Slugger #3F332D

Color information

#3F332D (or 0x3F332D) is unknown color: approx Slugger. HEX triplet: 3F, 33 and 2D. RGB value is (63,51,45). Sum of RGB (Red+Green+Blue) = 63+51+45=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F332D is #C0CCD2. Grayscale: #353535. Windows color (decimal): -12635347 or 2962239. OLE color: 2962239.

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

Color convert

RGB635145-
CMYK00.190.290.75
HSL20º16.67%21.18%-
HSV(B)20º28.57%24.71%-
XYZ3.713.612.98-
YUV53.9122.98134.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=39.62%
G=32.08%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63514500.190.290.752016.6721.18
Hex3F332D0131D4B141115
Octal77635502335113242125
Binary111111110011101101010011111011001011101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,45); }

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

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

 a { background-color: rgb(63,51,45); }

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

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

 span { border-color: rgb(63,51,45); }

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