Html Css Color HEX #3F3229 Slugger

📋 copy color: '#3F3229'

red 63 ◦ green 50 ◦ blue 41

#3F3229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slugger #3F3229

Tints of Slugger #3F3229

RGB

 RED value IS 63 (25% from 255) = 40.91%

 GREEN value IS 50 (19.92% from 255) = 32.47%

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 40.91%
G = 32.47%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#3F3229 (or 0x3F3229) is known color: Slugger. HEX triplet: 3F, 32 and 29. RGB value is (63,50,41). Sum of RGB (Red+Green+Blue) = 63+50+41=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3229 is #C0CDD6. Grayscale: #343434. Windows color (decimal): -12635607 or 2699839. OLE color: 2699839.

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

Color convert

RGB 63 50 41 -
CMYK 0 0.21 0.35 0.75
HSL 24.55º 0.21% 0.2% -
HSV(B) 24.55º 0.35% 0.25% -
XYZ 3.59 3.5 2.58 -
YUV 52.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 63 50 41 0 0.21 0.35 0.75 24.55 0.21 0.2
Hex 3F 32 29 0 15 23 4B 19 15 14
Octal 77 62 51 0 25 43 113 31 25 24
Binary 111111 110010 101001 0 10101 100011 1001011 11001 10101 10100

Color Harmonies of #3F3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3229

Black with #3F3229

Text Example


Text Example

White with #3F3229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F3229;
 }
 .AnyTagClassName
 {
   color: #3F3229;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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