#3F4131

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

Shades of Scrub #3F4131

Tints of Scrub #3F4131

Color information

#3F4131 (or 0x3F4131) is unknown color: approx Scrub. HEX triplet: 3F, 41 and 31. RGB value is (63,65,49). Sum of RGB (Red+Green+Blue) = 63+65+49=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4131 is #C0BECE. Grayscale: #3E3E3E. Windows color (decimal): -12631759 or 3227967. OLE color: 3227967.

HSL color Cylindrical-coordinate representation of color #3F4131: hue angle of 67.5º degrees, saturation: 0.14, 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 #3F4131 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB636549-
CMYK0.0300.250.75
HSL67.5º14.04%22.35%-
HSV(B)67.5º24.62%25.49%-
XYZ4.495.063.65-
YUV62.58120.34128.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=35.59%
G=36.72%
B=27.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365490.0300.250.7567.514.0422.35
Hex3F413130194B44e16
Octal771016130311131041626
Binary11111110000011100011101100110010111000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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