Html Css Color HEX #3D4843 Corduroy

📋 copy color: '#3D4843'

red 61 ◦ green 72 ◦ blue 67

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

Shades of Corduroy #3D4843

Tints of Corduroy #3D4843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 30.5%
G = 36%
B = 33.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#3D4843 (or 0x3D4843) is known color: Corduroy. HEX triplet: 3D, 48 and 43. RGB value is (61,72,67). Sum of RGB (Red+Green+Blue) = 61+72+67=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4843 is #C2B7BC. Grayscale: #444444. Windows color (decimal): -12761021 or 4409405. OLE color: 4409405.

HSL color Cylindrical-coordinate representation of color #3D4843: hue angle of 152.73º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3D4843 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 72 67 -
CMYK 0.15 0 0.07 0.72
HSL 152.73º 0.08% 0.26% -
HSV(B) 152.73º 0.15% 0.28% -
XYZ 5.25 6.03 6.2 -
YUV 68.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 61 72 67 0.15 0 0.07 0.72 152.73 0.08 0.26
Hex 3D 48 43 F 0 7 48 99 8 1A
Octal 75 110 103 17 0 7 110 231 10 32
Binary 111101 1001000 1000011 1111 0 111 1001000 10011001 1000 11010

Color Harmonies of #3D4843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4843

Black with #3D4843

Text Example


Text Example

White with #3D4843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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