Html Css Color HEX #3F352F Slugger

📋 copy color: '#3F352F'

red 63 ◦ green 53 ◦ blue 47

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

Shades of Slugger #3F352F

Tints of Slugger #3F352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 38.65%
G = 32.52%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#3F352F (or 0x3F352F) is known color: Slugger. HEX triplet: 3F, 35 and 2F. RGB value is (63,53,47). Sum of RGB (Red+Green+Blue) = 63+53+47=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F352F is #C0CAD0. Grayscale: #373737. Windows color (decimal): -12634833 or 3093823. OLE color: 3093823.

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

Color convert

RGB 63 53 47 -
CMYK 0 0.16 0.25 0.75
HSL 22.5º 0.15% 0.22% -
HSV(B) 22.5º 0.25% 0.25% -
XYZ 3.84 3.81 3.22 -
YUV 55.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 63 53 47 0 0.16 0.25 0.75 22.5 0.15 0.22
Hex 3F 35 2F 0 10 19 4B 16 F 16
Octal 77 65 57 0 20 31 113 26 17 26
Binary 111111 110101 101111 0 10000 11001 1001011 10110 1111 10110

Color Harmonies of #3F352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F352F

Black with #3F352F

Text Example


Text Example

White with #3F352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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