Html Css Color HEX #3A4440 Corduroy

📋 copy color: '#3A4440'

red 58 ◦ green 68 ◦ blue 64

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

Shades of Corduroy #3A4440

Tints of Corduroy #3A4440

RGB

 RED value IS 58 (23.05% from 255) = 30.53%

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

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 30.53%
G = 35.79%
B = 33.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#3A4440 (or 0x3A4440) is known color: Corduroy. HEX triplet: 3A, 44 and 40. RGB value is (58,68,64). Sum of RGB (Red+Green+Blue) = 58+68+64=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4440 is #C5BBBF. Grayscale: #404040. Windows color (decimal): -12958656 or 4211770. OLE color: 4211770.

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

Color convert

RGB 58 68 64 -
CMYK 0.15 0 0.06 0.73
HSL 156º 0.08% 0.25% -
HSV(B) 156º 0.15% 0.27% -
XYZ 4.74 5.4 5.64 -
YUV 64.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 58 68 64 0.15 0 0.06 0.73 156 0.08 0.25
Hex 3A 44 40 F 0 6 49 9C 8 19
Octal 72 104 100 17 0 6 111 234 10 31
Binary 111010 1000100 1000000 1111 0 110 1001001 10011100 1000 11001

Color Harmonies of #3A4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4440

Black with #3A4440

Text Example


Text Example

White with #3A4440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,68,64); }

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

background-color css

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

 a { background-color: rgb(58,68,64); }

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

border-color css

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

 span { border-color: rgb(58,68,64); }

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