#3F322C

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

Shades of Slugger #3F322C

Tints of Slugger #3F322C

Color information

#3F322C (or 0x3F322C) is unknown color: approx Slugger. HEX triplet: 3F, 32 and 2C. RGB value is (63,50,44). Sum of RGB (Red+Green+Blue) = 63+50+44=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F322C is #C0CDD3. Grayscale: #353535. Windows color (decimal): -12635604 or 2896447. OLE color: 2896447.

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

Color convert

RGB635044-
CMYK00.210.300.75
HSL18.95º17.76%20.98%-
HSV(B)18.95º30.16%24.71%-
XYZ3.653.522.87-
YUV53.2122.81134.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=40.13%
G=31.85%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63504400.210.300.7518.9517.7620.98
Hex3F322C0151E4B131215
Octal77625402536113232225
Binary111111110010101100010101111101001011100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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