#41384D

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

Shades of Grape #41384D

Tints of Grape #41384D

Color information

#41384D (or 0x41384D) is unknown color: approx Grape. HEX triplet: 41, 38 and 4D. RGB value is (65,56,77). Sum of RGB (Red+Green+Blue) = 65+56+77=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #41384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41384D is #BEC7B2. Grayscale: #3D3D3D. Windows color (decimal): -12502963 or 5060673. OLE color: 5060673.

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

Color convert

RGB655677-
CMYK0.160.2700.70
HSL265.71º15.79%26.08%-
HSV(B)265.71º27.27%30.2%-
XYZ4.934.497.63-
YUV61.08136.98130.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=32.83%
G=28.28%
B=38.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6556770.160.2700.70265.7115.7926.08
Hex41384D101B04610a101a
Octal10170115203301064122032
Binary100000111100010011011000011011010001101000010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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