#3D3F35

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

Shades of Scrub #3D3F35

Tints of Scrub #3D3F35

Color information

#3D3F35 (or 0x3D3F35) is unknown color: approx Scrub. HEX triplet: 3D, 3F and 35. RGB value is (61,63,53). Sum of RGB (Red+Green+Blue) = 61+63+53=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3F35 is #C2C0CA. Grayscale: #3D3D3D. Windows color (decimal): -12763339 or 3489597. OLE color: 3489597.

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

Color convert

RGB616353-
CMYK0.0300.160.75
HSL72º8.62%22.75%-
HSV(B)72º15.87%24.71%-
XYZ4.344.84.07-
YUV61.26123.34127.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.46%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=34.46%
G=35.59%
B=29.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6163530.0300.160.75728.6222.75
Hex3D3F3530104B48917
Octal75776530201131101127
Binary1111011111111101011101000010010111001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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