Html Css Color HEX #3F3831 Taupe

📋 copy color: '#3F3831'

red 63 ◦ green 56 ◦ blue 49

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

Shades of Taupe #3F3831

Tints of Taupe #3F3831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 37.5%
G = 33.33%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#3F3831 (or 0x3F3831) is known color: Taupe. HEX triplet: 3F, 38 and 31. RGB value is (63,56,49). Sum of RGB (Red+Green+Blue) = 63+56+49=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3831 is #C0C7CE. Grayscale: #393939. Windows color (decimal): -12634063 or 3225663. OLE color: 3225663.

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

Color convert

RGB 63 56 49 -
CMYK 0 0.11 0.22 0.75
HSL 30º 0.13% 0.22% -
HSV(B) 30º 0.22% 0.25% -
XYZ 4.02 4.11 3.49 -
YUV 57.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 63 56 49 0 0.11 0.22 0.75 30 0.13 0.22
Hex 3F 38 31 0 B 16 4B 1E C 16
Octal 77 70 61 0 13 26 113 36 14 26
Binary 111111 111000 110001 0 1011 10110 1001011 11110 1100 10110

Color Harmonies of #3F3831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3831

Black with #3F3831

Text Example


Text Example

White with #3F3831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,56,49); }

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

background-color css

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

 a { background-color: rgb(63,56,49); }

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

border-color css

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

 span { border-color: rgb(63,56,49); }

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