Html Css Color HEX #372E3D Jagger

📋 copy color: '#372E3D'

red 55 ◦ green 46 ◦ blue 61

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

Shades of Jagger #372E3D

Tints of Jagger #372E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.4%

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 33.95%
G = 28.4%
B = 37.65%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#372E3D (or 0x372E3D) is known color: Jagger. HEX triplet: 37, 2E and 3D. RGB value is (55,46,61). Sum of RGB (Red+Green+Blue) = 55+46+61=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #372E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E3D is #C8D1C2. Grayscale: #323232. Windows color (decimal): -13160899 or 4009527. OLE color: 4009527.

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

Color convert

RGB 55 46 61 -
CMYK 0.10 0.25 0 0.76
HSL 276º 0.14% 0.21% -
HSV(B) 276º 0.25% 0.24% -
XYZ 3.39 3.1 4.83 -
YUV 50.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 55 46 61 0.10 0.25 0 0.76 276 0.14 0.21
Hex 37 2E 3D A 19 0 4C 114 E 15
Octal 67 56 75 12 31 0 114 424 16 25
Binary 110111 101110 111101 1010 11001 0 1001100 100010100 1110 10101

Color Harmonies of #372E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E3D

Black with #372E3D

Text Example


Text Example

White with #372E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372E3D; }

 p { color: rgb(55,46,61); }

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

background-color css

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

 a { background-color: rgb(55,46,61); }

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

border-color css

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

 span { border-color: rgb(55,46,61); }

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