Html Css Color HEX #3B3D31 Scrub

📋 copy color: '#3B3D31'

red 59 ◦ green 61 ◦ blue 49

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

Shades of Scrub #3B3D31

Tints of Scrub #3B3D31

RGB

 RED value IS 59 (23.44% from 255) = 34.91%

 GREEN value IS 61 (24.22% from 255) = 36.09%

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

R = 34.91%
G = 36.09%
B = 28.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#3B3D31 (or 0x3B3D31) is known color: Scrub. HEX triplet: 3B, 3D and 31. RGB value is (59,61,49). Sum of RGB (Red+Green+Blue) = 59+61+49=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 61 - color contains mainly: green. Hex color #3B3D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3D31 is #C4C2CE. Grayscale: #3B3B3B. Windows color (decimal): -12894927 or 3226939. OLE color: 3226939.

HSL color Cylindrical-coordinate representation of color #3B3D31: hue angle of 70º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3B3D31 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB 59 61 49 -
CMYK 0.03 0 0.20 0.76
HSL 70º 0.11% 0.22% -
HSV(B) 70º 0.2% 0.24% -
XYZ 4.03 4.49 3.56 -
YUV 59.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 59 61 49 0.03 0 0.20 0.76 70 0.11 0.22
Hex 3B 3D 31 3 0 14 4C 46 B 16
Octal 73 75 61 3 0 24 114 106 13 26
Binary 111011 111101 110001 11 0 10100 1001100 1000110 1011 10110

Color Harmonies of #3B3D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3D31

Black with #3B3D31

Text Example


Text Example

White with #3B3D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,61,49); }

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

background-color css

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

 a { background-color: rgb(59,61,49); }

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

border-color css

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

 span { border-color: rgb(59,61,49); }

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