Html Css Color HEX #41314D Jagger

📋 copy color: '#41314D'

red 65 ◦ green 49 ◦ blue 77

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

Shades of Jagger #41314D

Tints of Jagger #41314D

RGB

 RED value IS 65 (25.78% from 255) = 34.03%

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 34.03%
G = 25.65%
B = 40.31%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41314D (or 0x41314D) is known color: Jagger. HEX triplet: 41, 31 and 4D. RGB value is (65,49,77). Sum of RGB (Red+Green+Blue) = 65+49+77=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #41314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41314D is #BECEB2. Grayscale: #383838. Windows color (decimal): -12504755 or 5058881. OLE color: 5058881.

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

Color convert

RGB 65 49 77 -
CMYK 0.16 0.36 0 0.70
HSL 274.29º 0.22% 0.25% -
HSV(B) 274.29º 0.36% 0.3% -
XYZ 4.62 3.86 7.52 -
YUV 56.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 65 49 77 0.16 0.36 0 0.70 274.29 0.22 0.25
Hex 41 31 4D 10 24 0 46 112 16 19
Octal 101 61 115 20 44 0 106 422 26 31
Binary 1000001 110001 1001101 10000 100100 0 1000110 100010010 10110 11001

Color Harmonies of #41314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41314D

Black with #41314D

Text Example


Text Example

White with #41314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41314D;
 }
 .AnyTagClassName
 {
   color: #41314D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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