Html Css Color HEX #371F50 Jagger

📋 copy color: '#371F50'

red 55 ◦ green 31 ◦ blue 80

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

Shades of Jagger #371F50

Tints of Jagger #371F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.19%

R = 33.13%
G = 18.67%
B = 48.19%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#371F50 (or 0x371F50) is known color: Jagger. HEX triplet: 37, 1F and 50. RGB value is (55,31,80). Sum of RGB (Red+Green+Blue) = 55+31+80=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #371F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371F50 is #C8E0AF. Grayscale: #2B2B2B. Windows color (decimal): -13164720 or 5250871. OLE color: 5250871.

HSL color Cylindrical-coordinate representation of color #371F50: hue angle of 269.39º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #371F50 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 31 80 -
CMYK 0.31 0.61 0 0.69
HSL 269.39º 0.44% 0.22% -
HSV(B) 269.39º 0.61% 0.31% -
XYZ 3.51 2.37 7.86 -
YUV 43.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 55 31 80 0.31 0.61 0 0.69 269.39 0.44 0.22
Hex 37 1F 50 1F 3D 0 45 10D 2C 16
Octal 67 37 120 37 75 0 105 415 54 26
Binary 110111 11111 1010000 11111 111101 0 1000101 100001101 101100 10110

Color Harmonies of #371F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F50

Black with #371F50

Text Example


Text Example

White with #371F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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