Html Css Color HEX #3D4341 Corduroy

📋 copy color: '#3D4341'

red 61 ◦ green 67 ◦ blue 65

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

Shades of Corduroy #3D4341

Tints of Corduroy #3D4341

RGB

 RED value IS 61 (24.22% from 255) = 31.61%

 GREEN value IS 67 (26.56% from 255) = 34.72%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 31.61%
G = 34.72%
B = 33.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#3D4341 (or 0x3D4341) is known color: Corduroy. HEX triplet: 3D, 43 and 41. RGB value is (61,67,65). Sum of RGB (Red+Green+Blue) = 61+67+65=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4341 is #C2BCBE. Grayscale: #404040. Windows color (decimal): -12762303 or 4277053. OLE color: 4277053.

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

Color convert

RGB 61 67 65 -
CMYK 0.09 0 0.03 0.74
HSL 160º 0.05% 0.25% -
HSV(B) 160º 0.09% 0.26% -
XYZ 4.89 5.39 5.78 -
YUV 64.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 61 67 65 0.09 0 0.03 0.74 160 0.05 0.25
Hex 3D 43 41 9 0 3 4A A0 5 19
Octal 75 103 101 11 0 3 112 240 5 31
Binary 111101 1000011 1000001 1001 0 11 1001010 10100000 101 11001

Color Harmonies of #3D4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4341

Black with #3D4341

Text Example


Text Example

White with #3D4341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,67,65); }

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

background-color css

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

 a { background-color: rgb(61,67,65); }

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

border-color css

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

 span { border-color: rgb(61,67,65); }

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