Html Css Color HEX #413146 Jagger

📋 copy color: '#413146'

red 65 ◦ green 49 ◦ blue 70

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

Shades of Jagger #413146

Tints of Jagger #413146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.04%

R = 35.33%
G = 26.63%
B = 38.04%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#413146 (or 0x413146) is known color: Jagger. HEX triplet: 41, 31 and 46. RGB value is (65,49,70). Sum of RGB (Red+Green+Blue) = 65+49+70=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 70 - color contains mainly: blue. Hex color #413146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413146 is #BECEB9. Grayscale: #383838. Windows color (decimal): -12504762 or 4600129. OLE color: 4600129.

HSL color Cylindrical-coordinate representation of color #413146: hue angle of 285.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #413146 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 49 70 -
CMYK 0.07 0.30 0 0.73
HSL 285.71º 0.18% 0.23% -
HSV(B) 285.71º 0.3% 0.27% -
XYZ 4.38 3.76 6.29 -
YUV 56.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 65 49 70 0.07 0.30 0 0.73 285.71 0.18 0.23
Hex 41 31 46 7 1E 0 49 11E 12 17
Octal 101 61 106 7 36 0 111 436 22 27
Binary 1000001 110001 1000110 111 11110 0 1001001 100011110 10010 10111

Color Harmonies of #413146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413146

Black with #413146

Text Example


Text Example

White with #413146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413146; }

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

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

background-color css

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

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

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

border-color css

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

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

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