Html Css Color HEX #372940 Jagger

📋 copy color: '#372940'

red 55 ◦ green 41 ◦ blue 64

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

Shades of Jagger #372940

Tints of Jagger #372940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.63%

 BLUE value IS 64 (25.39% from 255) = 40%

R = 34.38%
G = 25.63%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372940 (or 0x372940) is known color: Jagger. HEX triplet: 37, 29 and 40. RGB value is (55,41,64). Sum of RGB (Red+Green+Blue) = 55+41+64=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #372940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372940 is #C8D6BF. Grayscale: #2F2F2F. Windows color (decimal): -13162176 or 4204855. OLE color: 4204855.

HSL color Cylindrical-coordinate representation of color #372940: hue angle of 276.52º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #372940 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 41 64 -
CMYK 0.14 0.36 0 0.75
HSL 276.52º 0.22% 0.21% -
HSV(B) 276.52º 0.36% 0.25% -
XYZ 3.29 2.77 5.21 -
YUV 47.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 55 41 64 0.14 0.36 0 0.75 276.52 0.22 0.21
Hex 37 29 40 E 24 0 4B 115 16 15
Octal 67 51 100 16 44 0 113 425 26 25
Binary 110111 101001 1000000 1110 100100 0 1001011 100010101 10110 10101

Color Harmonies of #372940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372940

Black with #372940

Text Example


Text Example

White with #372940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372940; }

 p { color: rgb(55,41,64); }

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

background-color css

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

 a { background-color: rgb(55,41,64); }

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

border-color css

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

 span { border-color: rgb(55,41,64); }

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