#41394D

Color #41394D Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #41394D

Tints of Grape #41394D

Color information

#41394D (or 0x41394D) is unknown color: approx Grape. HEX triplet: 41, 39 and 4D. RGB value is (65,57,77). Sum of RGB (Red+Green+Blue) = 65+57+77=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #41394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41394D is #BEC6B2. Grayscale: #3D3D3D. Windows color (decimal): -12502707 or 5060929. OLE color: 5060929.

HSL color Cylindrical-coordinate representation of color #41394D: hue angle of 264º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #41394D is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB655777-
CMYK0.160.2600.70
HSL264º14.93%26.27%-
HSV(B)264º25.97%30.2%-
XYZ4.984.597.64-
YUV61.67136.65130.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=32.66%
G=28.64%
B=38.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6557770.160.2600.7026414.9326.27
Hex41394D101A046108f1a
Octal10171115203201064101732
Binary10000011110011001101100001101001000110100001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41394D; }

 p { color: rgb(65,57,77); }

 H1.HeaderClassName
 {
   color: #41394D;
 }
 .AnyTagClassName
 {
   color: #41394D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #41394D;
 }
 .BgClassName
 {
   background-color: #41394D;
 }
</style>
border-color css

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

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

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