Html Css Color HEX #3D403F Corduroy

📋 copy color: '#3D403F'

red 61 ◦ green 64 ◦ blue 63

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

Shades of Corduroy #3D403F

Tints of Corduroy #3D403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

 BLUE value IS 63 (25% from 255) = 33.51%

R = 32.45%
G = 34.04%
B = 33.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#3D403F (or 0x3D403F) is known color: Corduroy. HEX triplet: 3D, 40 and 3F. RGB value is (61,64,63). Sum of RGB (Red+Green+Blue) = 61+64+63=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 64 - color contains mainly: green. Hex color #3D403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D403F is #C2BFC0. Grayscale: #3E3E3E. Windows color (decimal): -12763073 or 4145213. OLE color: 4145213.

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

Color convert

RGB 61 64 63 -
CMYK 0.05 0 0.02 0.75
HSL 160º 0.02% 0.25% -
HSV(B) 160º 0.05% 0.25% -
XYZ 4.66 5.02 5.43 -
YUV 62.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 61 64 63 0.05 0 0.02 0.75 160 0.02 0.25
Hex 3D 40 3F 5 0 2 4B A0 2 19
Octal 75 100 77 5 0 2 113 240 2 31
Binary 111101 1000000 111111 101 0 10 1001011 10100000 10 11001

Color Harmonies of #3D403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D403F

Black with #3D403F

Text Example


Text Example

White with #3D403F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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