Html Css Color HEX #3C4441 Corduroy

📋 copy color: '#3C4441'

red 60 ◦ green 68 ◦ blue 65

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

Shades of Corduroy #3C4441

Tints of Corduroy #3C4441

RGB

 RED value IS 60 (23.83% from 255) = 31.09%

 GREEN value IS 68 (26.95% from 255) = 35.23%

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

R = 31.09%
G = 35.23%
B = 33.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#3C4441 (or 0x3C4441) is known color: Corduroy. HEX triplet: 3C, 44 and 41. RGB value is (60,68,65). Sum of RGB (Red+Green+Blue) = 60+68+65=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 68 - color contains mainly: green. Hex color #3C4441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4441 is #C3BBBE. Grayscale: #414141. Windows color (decimal): -12827583 or 4277308. OLE color: 4277308.

HSL color Cylindrical-coordinate representation of color #3C4441: hue angle of 157.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C4441 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 68 65 -
CMYK 0.12 0 0.04 0.73
HSL 157.5º 0.06% 0.25% -
HSV(B) 157.5º 0.12% 0.27% -
XYZ 4.88 5.48 5.8 -
YUV 65.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 60 68 65 0.12 0 0.04 0.73 157.5 0.06 0.25
Hex 3C 44 41 C 0 4 49 9E 6 19
Octal 74 104 101 14 0 4 111 236 6 31
Binary 111100 1000100 1000001 1100 0 100 1001001 10011110 110 11001

Color Harmonies of #3C4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4441

Black with #3C4441

Text Example


Text Example

White with #3C4441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,68,65); }

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

background-color css

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

 a { background-color: rgb(60,68,65); }

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

border-color css

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

 span { border-color: rgb(60,68,65); }

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