Html Css Color HEX #414241 Grey-Asparagus

📋 copy color: '#414241'

red 65 ◦ green 66 ◦ blue 65

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

Shades of Grey-Asparagus #414241

Tints of Grey-Asparagus #414241

RGB

 RED value IS 65 (25.78% from 255) = 33.16%

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

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

R = 33.16%
G = 33.67%
B = 33.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#414241 (or 0x414241) is known color: Grey-Asparagus. HEX triplet: 41, 42 and 41. RGB value is (65,66,65). Sum of RGB (Red+Green+Blue) = 65+66+65=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 66 - color contains mainly: green. Hex color #414241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414241 is #BEBDBE. Grayscale: #414141. Windows color (decimal): -12500415 or 4276801. OLE color: 4276801.

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

Color convert

RGB 65 66 65 -
CMYK 0.02 0 0.02 0.74
HSL 120º 0.01% 0.26% -
HSV(B) 120º 0.02% 0.26% -
XYZ 5.08 5.4 5.78 -
YUV 65.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 65 66 65 0.02 0 0.02 0.74 120 0.01 0.26
Hex 41 42 41 2 0 2 4A 78 1 1A
Octal 101 102 101 2 0 2 112 170 1 32
Binary 1000001 1000010 1000001 10 0 10 1001010 1111000 1 11010

Color Harmonies of #414241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414241

Black with #414241

Text Example


Text Example

White with #414241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414241; }

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

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

background-color css

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

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

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

border-color css

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

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

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