#3F4331

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

Shades of Scrub #3F4331

Tints of Scrub #3F4331

Color information

#3F4331 (or 0x3F4331) is unknown color: approx Scrub. HEX triplet: 3F, 43 and 31. RGB value is (63,67,49). Sum of RGB (Red+Green+Blue) = 63+67+49=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4331 is #C0BCCE. Grayscale: #3F3F3F. Windows color (decimal): -12631247 or 3228479. OLE color: 3228479.

HSL color Cylindrical-coordinate representation of color #3F4331: hue angle of 73.33º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F4331 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB636749-
CMYK0.0600.270.74
HSL73.33º15.52%22.75%-
HSV(B)73.33º26.87%26.27%-
XYZ4.615.293.68-
YUV63.75119.67127.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=35.20%
G=37.43%
B=27.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6367490.0600.270.7473.3315.5222.75
Hex3F4331601B4A491017
Octal771036160331121112027
Binary1111111000011110001110011011100101010010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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