Html Css Color HEX #372B40 Jagger

📋 copy color: '#372B40'

red 55 ◦ green 43 ◦ blue 64

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

Shades of Jagger #372B40

Tints of Jagger #372B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.54%

 BLUE value IS 64 (25.39% from 255) = 39.51%

R = 33.95%
G = 26.54%
B = 39.51%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372B40 (or 0x372B40) is known color: Jagger. HEX triplet: 37, 2B and 40. RGB value is (55,43,64). Sum of RGB (Red+Green+Blue) = 55+43+64=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #372B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B40 is #C8D4BF. Grayscale: #303030. Windows color (decimal): -13161664 or 4205367. OLE color: 4205367.

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

Color convert

RGB 55 43 64 -
CMYK 0.14 0.33 0 0.75
HSL 274.29º 0.2% 0.21% -
HSV(B) 274.29º 0.33% 0.25% -
XYZ 3.36 2.91 5.23 -
YUV 48.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 55 43 64 0.14 0.33 0 0.75 274.29 0.2 0.21
Hex 37 2B 40 E 21 0 4B 112 14 15
Octal 67 53 100 16 41 0 113 422 24 25
Binary 110111 101011 1000000 1110 100001 0 1001011 100010010 10100 10101

Color Harmonies of #372B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B40

Black with #372B40

Text Example


Text Example

White with #372B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,64); }

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

background-color css

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

 a { background-color: rgb(55,43,64); }

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

border-color css

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

 span { border-color: rgb(55,43,64); }

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