#41394B

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

Shades of Grape #41394B

Tints of Grape #41394B

Color information

#41394B (or 0x41394B) is unknown color: approx Grape. HEX triplet: 41, 39 and 4B. RGB value is (65,57,75). Sum of RGB (Red+Green+Blue) = 65+57+75=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #41394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41394B is #BEC6B4. Grayscale: #3D3D3D. Windows color (decimal): -12502709 or 4929857. OLE color: 4929857.

HSL color Cylindrical-coordinate representation of color #41394B: hue angle of 266.67º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #41394B is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB655775-
CMYK0.130.2400.71
HSL266.67º13.64%25.88%-
HSV(B)266.67º24%29.41%-
XYZ4.914.567.28-
YUV61.44135.65130.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=32.99%
G=28.93%
B=38.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6557750.130.2400.71266.6713.6425.88
Hex41394BD1804710be1a
Octal10171113153001074131632
Binary1000001111001100101111011100001000111100001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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