#3F352D

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

Shades of Slugger #3F352D

Tints of Slugger #3F352D

Color information

#3F352D (or 0x3F352D) is unknown color: approx Slugger. HEX triplet: 3F, 35 and 2D. RGB value is (63,53,45). Sum of RGB (Red+Green+Blue) = 63+53+45=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F352D is #C0CAD2. Grayscale: #373737. Windows color (decimal): -12634835 or 2962751. OLE color: 2962751.

HSL color Cylindrical-coordinate representation of color #3F352D: hue angle of 26.67º 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 #3F352D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB635345-
CMYK00.160.290.75
HSL26.67º16.67%21.18%-
HSV(B)26.67º28.57%24.71%-
XYZ3.83.793.01-
YUV55.08122.31133.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.13%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=39.13%
G=32.92%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63534500.160.290.7526.6716.6721.18
Hex3F352D0101D4B1b1115
Octal77655502035113332125
Binary111111110101101101010000111011001011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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