Html Css Color HEX #3A4841 Corduroy

📋 copy color: '#3A4841'

red 58 ◦ green 72 ◦ blue 65

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

Shades of Corduroy #3A4841

Tints of Corduroy #3A4841

RGB

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

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

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

R = 29.74%
G = 36.92%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#3A4841 (or 0x3A4841) is known color: Corduroy. HEX triplet: 3A, 48 and 41. RGB value is (58,72,65). Sum of RGB (Red+Green+Blue) = 58+72+65=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4841 is #C5B7BE. Grayscale: #434343. Windows color (decimal): -12957631 or 4278330. OLE color: 4278330.

HSL color Cylindrical-coordinate representation of color #3A4841: hue angle of 150º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4841 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 65 -
CMYK 0.19 0 0.10 0.72
HSL 150º 0.11% 0.25% -
HSV(B) 150º 0.19% 0.28% -
XYZ 5.02 5.92 5.88 -
YUV 67.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 58 72 65 0.19 0 0.10 0.72 150 0.11 0.25
Hex 3A 48 41 13 0 A 48 96 B 19
Octal 72 110 101 23 0 12 110 226 13 31
Binary 111010 1001000 1000001 10011 0 1010 1001000 10010110 1011 11001

Color Harmonies of #3A4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4841

Black with #3A4841

Text Example


Text Example

White with #3A4841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,72,65); }

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

background-color css

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

 a { background-color: rgb(58,72,65); }

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

border-color css

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

 span { border-color: rgb(58,72,65); }

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