Html Css Color HEX #372E41 Jagger

📋 copy color: '#372E41'

red 55 ◦ green 46 ◦ blue 65

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

Shades of Jagger #372E41

Tints of Jagger #372E41

RGB

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

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

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

R = 33.13%
G = 27.71%
B = 39.16%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372E41 (or 0x372E41) is known color: Jagger. HEX triplet: 37, 2E and 41. RGB value is (55,46,65). Sum of RGB (Red+Green+Blue) = 55+46+65=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #372E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E41 is #C8D1BE. Grayscale: #323232. Windows color (decimal): -13160895 or 4271671. OLE color: 4271671.

HSL color Cylindrical-coordinate representation of color #372E41: hue angle of 268.42º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #372E41 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 46 65 -
CMYK 0.15 0.29 0 0.75
HSL 268.42º 0.17% 0.22% -
HSV(B) 268.42º 0.29% 0.25% -
XYZ 3.51 3.15 5.42 -
YUV 50.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 55 46 65 0.15 0.29 0 0.75 268.42 0.17 0.22
Hex 37 2E 41 F 1D 0 4B 10C 11 16
Octal 67 56 101 17 35 0 113 414 21 26
Binary 110111 101110 1000001 1111 11101 0 1001011 100001100 10001 10110

Color Harmonies of #372E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E41

Black with #372E41

Text Example


Text Example

White with #372E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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