Html Css Color HEX #371950 Jagger

📋 copy color: '#371950'

red 55 ◦ green 25 ◦ blue 80

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

Shades of Jagger #371950

Tints of Jagger #371950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 34.38%
G = 15.63%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#371950 (or 0x371950) is known color: Jagger. HEX triplet: 37, 19 and 50. RGB value is (55,25,80). Sum of RGB (Red+Green+Blue) = 55+25+80=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #371950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371950 is #C8E6AF. Grayscale: #282828. Windows color (decimal): -13166256 or 5249335. OLE color: 5249335.

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

Color convert

RGB 55 25 80 -
CMYK 0.31 0.69 0 0.69
HSL 272.73º 0.52% 0.21% -
HSV(B) 272.73º 0.69% 0.31% -
XYZ 3.37 2.09 7.81 -
YUV 40.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 55 25 80 0.31 0.69 0 0.69 272.73 0.52 0.21
Hex 37 19 50 1F 45 0 45 111 34 15
Octal 67 31 120 37 105 0 105 421 64 25
Binary 110111 11001 1010000 11111 1000101 0 1000101 100010001 110100 10101

Color Harmonies of #371950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371950

Black with #371950

Text Example


Text Example

White with #371950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371950; }

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

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

background-color css

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

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

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

border-color css

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

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

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