Html Css Color HEX #371F49 Jagger

📋 copy color: '#371F49'

red 55 ◦ green 31 ◦ blue 73

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

Shades of Jagger #371F49

Tints of Jagger #371F49

RGB

 RED value IS 55 (21.88% from 255) = 34.59%

 GREEN value IS 31 (12.5% from 255) = 19.5%

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

R = 34.59%
G = 19.5%
B = 45.91%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#371F49 (or 0x371F49) is known color: Jagger. HEX triplet: 37, 1F and 49. RGB value is (55,31,73). Sum of RGB (Red+Green+Blue) = 55+31+73=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #371F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F49 is #C8E0B6. Grayscale: #2A2A2A. Windows color (decimal): -13164727 or 4792119. OLE color: 4792119.

HSL color Cylindrical-coordinate representation of color #371F49: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #371F49 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 31 73 -
CMYK 0.25 0.58 0 0.71
HSL 274.29º 0.4% 0.2% -
HSV(B) 274.29º 0.58% 0.29% -
XYZ 3.27 2.27 6.57 -
YUV 42.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 55 31 73 0.25 0.58 0 0.71 274.29 0.4 0.2
Hex 37 1F 49 19 3A 0 47 112 28 14
Octal 67 37 111 31 72 0 107 422 50 24
Binary 110111 11111 1001001 11001 111010 0 1000111 100010010 101000 10100

Color Harmonies of #371F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F49

Black with #371F49

Text Example


Text Example

White with #371F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371F49; }

 p { color: rgb(55,31,73); }

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

background-color css

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

 a { background-color: rgb(55,31,73); }

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

border-color css

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

 span { border-color: rgb(55,31,73); }

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