Html Css Color HEX #3F3029 Slugger

📋 copy color: '#3F3029'

red 63 ◦ green 48 ◦ blue 41

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

Shades of Slugger #3F3029

Tints of Slugger #3F3029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.58%

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

R = 41.45%
G = 31.58%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#3F3029 (or 0x3F3029) is known color: Slugger. HEX triplet: 3F, 30 and 29. RGB value is (63,48,41). Sum of RGB (Red+Green+Blue) = 63+48+41=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3029 is #C0CFD6. Grayscale: #333333. Windows color (decimal): -12636119 or 2699327. OLE color: 2699327.

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

Color convert

RGB 63 48 41 -
CMYK 0 0.24 0.35 0.75
HSL 19.09º 0.21% 0.2% -
HSV(B) 19.09º 0.35% 0.25% -
XYZ 3.51 3.33 2.56 -
YUV 51.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 63 48 41 0 0.24 0.35 0.75 19.09 0.21 0.2
Hex 3F 30 29 0 18 23 4B 13 15 14
Octal 77 60 51 0 30 43 113 23 25 24
Binary 111111 110000 101001 0 11000 100011 1001011 10011 10101 10100

Color Harmonies of #3F3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3029

Black with #3F3029

Text Example


Text Example

White with #3F3029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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