Html Css Color HEX #40394B Grape

📋 copy color: '#40394B'

red 64 ◦ green 57 ◦ blue 75

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

Shades of Grape #40394B

Tints of Grape #40394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 32.65%
G = 29.08%
B = 38.27%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40394B (or 0x40394B) is known color: Grape. HEX triplet: 40, 39 and 4B. RGB value is (64,57,75). Sum of RGB (Red+Green+Blue) = 64+57+75=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #40394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40394B is #BFC6B4. Grayscale: #3D3D3D. Windows color (decimal): -12568245 or 4929856. OLE color: 4929856.

HSL color Cylindrical-coordinate representation of color #40394B: hue angle of 263.33º 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 #40394B is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 57 75 -
CMYK 0.15 0.24 0 0.71
HSL 263.33º 0.14% 0.26% -
HSV(B) 263.33º 0.24% 0.29% -
XYZ 4.85 4.52 7.27 -
YUV 61.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 64 57 75 0.15 0.24 0 0.71 263.33 0.14 0.26
Hex 40 39 4B F 18 0 47 107 E 1A
Octal 100 71 113 17 30 0 107 407 16 32
Binary 1000000 111001 1001011 1111 11000 0 1000111 100000111 1110 11010

Color Harmonies of #40394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40394B

Black with #40394B

Text Example


Text Example

White with #40394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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