Html Css Color HEX #371C4C Jagger

📋 copy color: '#371C4C'

red 55 ◦ green 28 ◦ blue 76

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

Shades of Jagger #371C4C

Tints of Jagger #371C4C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.61%

 BLUE value IS 76 (30.08% from 255) = 47.8%

R = 34.59%
G = 17.61%
B = 47.8%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#371C4C (or 0x371C4C) is known color: Jagger. HEX triplet: 37, 1C and 4C. RGB value is (55,28,76). Sum of RGB (Red+Green+Blue) = 55+28+76=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #371C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C4C is #C8E3B3. Grayscale: #292929. Windows color (decimal): -13165492 or 4987959. OLE color: 4987959.

HSL color Cylindrical-coordinate representation of color #371C4C: hue angle of 273.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #371C4C is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 28 76 -
CMYK 0.28 0.63 0 0.70
HSL 273.75º 0.46% 0.2% -
HSV(B) 273.75º 0.63% 0.3% -
XYZ 3.3 2.16 7.08 -
YUV 41.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 55 28 76 0.28 0.63 0 0.70 273.75 0.46 0.2
Hex 37 1C 4C 1C 3F 0 46 112 2E 14
Octal 67 34 114 34 77 0 106 422 56 24
Binary 110111 11100 1001100 11100 111111 0 1000110 100010010 101110 10100

Color Harmonies of #371C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C4C

Black with #371C4C

Text Example


Text Example

White with #371C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,28,76); }

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

background-color css

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

 a { background-color: rgb(55,28,76); }

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

border-color css

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

 span { border-color: rgb(55,28,76); }

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