Html Css Color HEX #404241 Corduroy

📋 copy color: '#404241'

red 64 ◦ green 66 ◦ blue 65

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

Shades of Corduroy #404241

Tints of Corduroy #404241

RGB

 RED value IS 64 (25.39% from 255) = 32.82%

 GREEN value IS 66 (26.17% from 255) = 33.85%

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

R = 32.82%
G = 33.85%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#404241 (or 0x404241) is known color: Corduroy. HEX triplet: 40, 42 and 41. RGB value is (64,66,65). Sum of RGB (Red+Green+Blue) = 64+66+65=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 66 - color contains mainly: green. Hex color #404241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404241 is #BFBDBE. Grayscale: #414141. Windows color (decimal): -12565951 or 4276800. OLE color: 4276800.

HSL color Cylindrical-coordinate representation of color #404241: hue angle of 150º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #404241 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 66 65 -
CMYK 0.03 0 0.02 0.74
HSL 150º 0.02% 0.25% -
HSV(B) 150º 0.03% 0.26% -
XYZ 5.02 5.37 5.77 -
YUV 65.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 64 66 65 0.03 0 0.02 0.74 150 0.02 0.25
Hex 40 42 41 3 0 2 4A 96 2 19
Octal 100 102 101 3 0 2 112 226 2 31
Binary 1000000 1000010 1000001 11 0 10 1001010 10010110 10 11001

Color Harmonies of #404241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404241

Black with #404241

Text Example


Text Example

White with #404241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404241; }

 p { color: rgb(64,66,65); }

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

background-color css

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

 a { background-color: rgb(64,66,65); }

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

border-color css

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

 span { border-color: rgb(64,66,65); }

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