#3F342C

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

Shades of Slugger #3F342C

Tints of Slugger #3F342C

Color information

#3F342C (or 0x3F342C) is unknown color: approx Slugger. HEX triplet: 3F, 34 and 2C. RGB value is (63,52,44). Sum of RGB (Red+Green+Blue) = 63+52+44=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F342C is #C0CBD3. Grayscale: #363636. Windows color (decimal): -12635092 or 2896959. OLE color: 2896959.

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

Color convert

RGB635244-
CMYK00.170.300.75
HSL25.26º17.76%20.98%-
HSV(B)25.26º30.16%24.71%-
XYZ3.733.692.9-
YUV54.38122.14134.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=39.62%
G=32.70%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63524400.170.300.7525.2617.7620.98
Hex3F342C0111E4B191215
Octal77645402136113312225
Binary111111110100101100010001111101001011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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