Html Css Color HEX #372741 Jagger

📋 copy color: '#372741'

red 55 ◦ green 39 ◦ blue 65

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

Shades of Jagger #372741

Tints of Jagger #372741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.53%

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

R = 34.59%
G = 24.53%
B = 40.88%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372741 (or 0x372741) is known color: Jagger. HEX triplet: 37, 27 and 41. RGB value is (55,39,65). Sum of RGB (Red+Green+Blue) = 55+39+65=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #372741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372741 is #C8D8BE. Grayscale: #2E2E2E. Windows color (decimal): -13162687 or 4269879. OLE color: 4269879.

HSL color Cylindrical-coordinate representation of color #372741: hue angle of 276.92º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #372741 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 39 65 -
CMYK 0.15 0.40 0 0.75
HSL 276.92º 0.25% 0.2% -
HSV(B) 276.92º 0.4% 0.25% -
XYZ 3.26 2.64 5.34 -
YUV 46.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 55 39 65 0.15 0.40 0 0.75 276.92 0.25 0.2
Hex 37 27 41 F 28 0 4B 115 19 14
Octal 67 47 101 17 50 0 113 425 31 24
Binary 110111 100111 1000001 1111 101000 0 1001011 100010101 11001 10100

Color Harmonies of #372741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372741

Black with #372741

Text Example


Text Example

White with #372741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372741; }

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

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

background-color css

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

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

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

border-color css

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

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

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