Html Css Color HEX #41314C Jagger

📋 copy color: '#41314C'

red 65 ◦ green 49 ◦ blue 76

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

Shades of Jagger #41314C

Tints of Jagger #41314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40%

R = 34.21%
G = 25.79%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41314C (or 0x41314C) is known color: Jagger. HEX triplet: 41, 31 and 4C. RGB value is (65,49,76). Sum of RGB (Red+Green+Blue) = 65+49+76=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #41314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41314C is #BECEB3. Grayscale: #383838. Windows color (decimal): -12504756 or 4993345. OLE color: 4993345.

HSL color Cylindrical-coordinate representation of color #41314C: hue angle of 275.56º 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 #41314C is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 49 76 -
CMYK 0.14 0.36 0 0.70
HSL 275.56º 0.22% 0.25% -
HSV(B) 275.56º 0.36% 0.3% -
XYZ 4.58 3.84 7.34 -
YUV 56.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 65 49 76 0.14 0.36 0 0.70 275.56 0.22 0.25
Hex 41 31 4C E 24 0 46 114 16 19
Octal 101 61 114 16 44 0 106 424 26 31
Binary 1000001 110001 1001100 1110 100100 0 1000110 100010100 10110 11001

Color Harmonies of #41314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41314C

Black with #41314C

Text Example


Text Example

White with #41314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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