Html Css Color HEX #3D314D Jagger

📋 copy color: '#3D314D'

red 61 ◦ green 49 ◦ blue 77

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

Shades of Jagger #3D314D

Tints of Jagger #3D314D

RGB

 RED value IS 61 (24.22% from 255) = 32.62%

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

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

R = 32.62%
G = 26.2%
B = 41.18%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D314D (or 0x3D314D) is known color: Jagger. HEX triplet: 3D, 31 and 4D. RGB value is (61,49,77). Sum of RGB (Red+Green+Blue) = 61+49+77=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D314D is #C2CEB2. Grayscale: #373737. Windows color (decimal): -12766899 or 5058877. OLE color: 5058877.

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

Color convert

RGB 61 49 77 -
CMYK 0.21 0.36 0 0.70
HSL 265.71º 0.22% 0.25% -
HSV(B) 265.71º 0.36% 0.3% -
XYZ 4.36 3.72 7.51 -
YUV 55.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 61 49 77 0.21 0.36 0 0.70 265.71 0.22 0.25
Hex 3D 31 4D 15 24 0 46 10A 16 19
Octal 75 61 115 25 44 0 106 412 26 31
Binary 111101 110001 1001101 10101 100100 0 1000110 100001010 10110 11001

Color Harmonies of #3D314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D314D

Black with #3D314D

Text Example


Text Example

White with #3D314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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