Html Css Color HEX #372F41 Jagger

📋 copy color: '#372F41'

red 55 ◦ green 47 ◦ blue 65

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

Shades of Jagger #372F41

Tints of Jagger #372F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.14%

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

R = 32.93%
G = 28.14%
B = 38.92%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372F41 (or 0x372F41) is known color: Jagger. HEX triplet: 37, 2F and 41. RGB value is (55,47,65). Sum of RGB (Red+Green+Blue) = 55+47+65=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #372F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F41 is #C8D0BE. Grayscale: #333333. Windows color (decimal): -13160639 or 4271927. OLE color: 4271927.

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

Color convert

RGB 55 47 65 -
CMYK 0.15 0.28 0 0.75
HSL 266.67º 0.16% 0.22% -
HSV(B) 266.67º 0.28% 0.25% -
XYZ 3.55 3.23 5.44 -
YUV 51.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 55 47 65 0.15 0.28 0 0.75 266.67 0.16 0.22
Hex 37 2F 41 F 1C 0 4B 10B 10 16
Octal 67 57 101 17 34 0 113 413 20 26
Binary 110111 101111 1000001 1111 11100 0 1001011 100001011 10000 10110

Color Harmonies of #372F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F41

Black with #372F41

Text Example


Text Example

White with #372F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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