Html Css Color HEX #3A4843 Corduroy

📋 copy color: '#3A4843'

red 58 ◦ green 72 ◦ blue 67

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

Shades of Corduroy #3A4843

Tints of Corduroy #3A4843

RGB

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

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

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

R = 29.44%
G = 36.55%
B = 34.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#3A4843 (or 0x3A4843) is known color: Corduroy. HEX triplet: 3A, 48 and 43. RGB value is (58,72,67). Sum of RGB (Red+Green+Blue) = 58+72+67=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4843 is #C5B7BC. Grayscale: #434343. Windows color (decimal): -12957629 or 4409402. OLE color: 4409402.

HSL color Cylindrical-coordinate representation of color #3A4843: hue angle of 158.57º 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 #3A4843 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 67 -
CMYK 0.19 0 0.07 0.72
HSL 158.57º 0.11% 0.25% -
HSV(B) 158.57º 0.19% 0.28% -
XYZ 5.08 5.94 6.19 -
YUV 67.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 58 72 67 0.19 0 0.07 0.72 158.57 0.11 0.25
Hex 3A 48 43 13 0 7 48 9F B 19
Octal 72 110 103 23 0 7 110 237 13 31
Binary 111010 1001000 1000011 10011 0 111 1001000 10011111 1011 11001

Color Harmonies of #3A4843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4843

Black with #3A4843

Text Example


Text Example

White with #3A4843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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