#3F4130

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

Shades of Scrub #3F4130

Tints of Scrub #3F4130

Color information

#3F4130 (or 0x3F4130) is unknown color: approx Scrub. HEX triplet: 3F, 41 and 30. RGB value is (63,65,48). Sum of RGB (Red+Green+Blue) = 63+65+48=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4130 is #C0BECF. Grayscale: #3E3E3E. Windows color (decimal): -12631760 or 3162431. OLE color: 3162431.

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

Color convert

RGB636548-
CMYK0.0300.260.75
HSL67.06º15.04%22.16%-
HSV(B)67.06º26.15%25.49%-
XYZ4.475.053.54-
YUV62.46119.84128.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=35.80%
G=36.93%
B=27.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365480.0300.260.7567.0615.0422.16
Hex3F4130301A4B43f16
Octal771016030321131031726
Binary11111110000011100001101101010010111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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