Html Css Color HEX #41394B Grape

📋 copy color: '#41394B'

red 65 ◦ green 57 ◦ blue 75

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

Shades of Grape #41394B

Tints of Grape #41394B

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 value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41394B (or 0x41394B) is known color: 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

RGB 65 57 75 -
CMYK 0.13 0.24 0 0.71
HSL 266.67º 0.14% 0.26% -
HSV(B) 266.67º 0.24% 0.29% -
XYZ 4.91 4.56 7.28 -
YUV 61.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 65 57 75 0.13 0.24 0 0.71 266.67 0.14 0.26
Hex 41 39 4B D 18 0 47 10B E 1A
Octal 101 71 113 15 30 0 107 413 16 32
Binary 1000001 111001 1001011 1101 11000 0 1000111 100001011 1110 11010

Color Harmonies of #41394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41394B

Black with #41394B

Text Example


Text Example

White with #41394B

Text Example


Text Example

HTML Codes & Css Web 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>