Html Css Color HEX #372D41 Jagger

📋 copy color: '#372D41'

red 55 ◦ green 45 ◦ blue 65

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

Shades of Jagger #372D41

Tints of Jagger #372D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.27%

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

R = 33.33%
G = 27.27%
B = 39.39%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372D41 (or 0x372D41) is known color: Jagger. HEX triplet: 37, 2D and 41. RGB value is (55,45,65). Sum of RGB (Red+Green+Blue) = 55+45+65=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #372D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D41 is #C8D2BE. Grayscale: #323232. Windows color (decimal): -13161151 or 4271415. OLE color: 4271415.

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

Color convert

RGB 55 45 65 -
CMYK 0.15 0.31 0 0.75
HSL 270º 0.18% 0.22% -
HSV(B) 270º 0.31% 0.25% -
XYZ 3.47 3.07 5.41 -
YUV 50.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 55 45 65 0.15 0.31 0 0.75 270 0.18 0.22
Hex 37 2D 41 F 1F 0 4B 10E 12 16
Octal 67 55 101 17 37 0 113 416 22 26
Binary 110111 101101 1000001 1111 11111 0 1001011 100001110 10010 10110

Color Harmonies of #372D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D41

Black with #372D41

Text Example


Text Example

White with #372D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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