Html Css Color HEX #3D1D49 Jagger

📋 copy color: '#3D1D49'

red 61 ◦ green 29 ◦ blue 73

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

Shades of Jagger #3D1D49

Tints of Jagger #3D1D49

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.79%

 BLUE value IS 73 (28.91% from 255) = 44.79%

R = 37.42%
G = 17.79%
B = 44.79%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D1D49 (or 0x3D1D49) is known color: Jagger. HEX triplet: 3D, 1D and 49. RGB value is (61,29,73). Sum of RGB (Red+Green+Blue) = 61+29+73=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D1D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D49 is #C2E2B6. Grayscale: #2B2B2B. Windows color (decimal): -12772023 or 4791613. OLE color: 4791613.

HSL color Cylindrical-coordinate representation of color #3D1D49: hue angle of 283.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D1D49 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 29 73 -
CMYK 0.16 0.60 0 0.71
HSL 283.64º 0.43% 0.2% -
HSV(B) 283.64º 0.6% 0.29% -
XYZ 3.57 2.35 6.57 -
YUV 43.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 61 29 73 0.16 0.60 0 0.71 283.64 0.43 0.2
Hex 3D 1D 49 10 3C 0 47 11C 2B 14
Octal 75 35 111 20 74 0 107 434 53 24
Binary 111101 11101 1001001 10000 111100 0 1000111 100011100 101011 10100

Color Harmonies of #3D1D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1D49

Black with #3D1D49

Text Example


Text Example

White with #3D1D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,29,73); }

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

background-color css

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

 a { background-color: rgb(61,29,73); }

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

border-color css

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

 span { border-color: rgb(61,29,73); }

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