Html Css Color HEX #372841 Jagger

📋 copy color: '#372841'

red 55 ◦ green 40 ◦ blue 65

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

Shades of Jagger #372841

Tints of Jagger #372841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

 BLUE value IS 65 (25.78% from 255) = 40.63%

R = 34.38%
G = 25%
B = 40.63%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372841 (or 0x372841) is known color: Jagger. HEX triplet: 37, 28 and 41. RGB value is (55,40,65). Sum of RGB (Red+Green+Blue) = 55+40+65=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #372841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372841 is #C8D7BE. Grayscale: #2F2F2F. Windows color (decimal): -13162431 or 4270135. OLE color: 4270135.

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

Color convert

RGB 55 40 65 -
CMYK 0.15 0.38 0 0.75
HSL 276º 0.24% 0.21% -
HSV(B) 276º 0.38% 0.25% -
XYZ 3.29 2.71 5.35 -
YUV 47.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 55 40 65 0.15 0.38 0 0.75 276 0.24 0.21
Hex 37 28 41 F 26 0 4B 114 18 15
Octal 67 50 101 17 46 0 113 424 30 25
Binary 110111 101000 1000001 1111 100110 0 1001011 100010100 11000 10101

Color Harmonies of #372841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372841

Black with #372841

Text Example


Text Example

White with #372841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372841; }

 p { color: rgb(55,40,65); }

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

background-color css

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

 a { background-color: rgb(55,40,65); }

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

border-color css

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

 span { border-color: rgb(55,40,65); }

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