Html Css Color HEX #372749 Jagger

📋 copy color: '#372749'

red 55 ◦ green 39 ◦ blue 73

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

Shades of Jagger #372749

Tints of Jagger #372749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 43.71%

R = 32.93%
G = 23.35%
B = 43.71%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#372749 (or 0x372749) is known color: Jagger. HEX triplet: 37, 27 and 49. RGB value is (55,39,73). Sum of RGB (Red+Green+Blue) = 55+39+73=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #372749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372749 is #C8D8B6. Grayscale: #2F2F2F. Windows color (decimal): -13162679 or 4794167. OLE color: 4794167.

HSL color Cylindrical-coordinate representation of color #372749: hue angle of 268.24º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #372749 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 39 73 -
CMYK 0.25 0.47 0 0.71
HSL 268.24º 0.3% 0.22% -
HSV(B) 268.24º 0.47% 0.29% -
XYZ 3.5 2.74 6.65 -
YUV 47.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 55 39 73 0.25 0.47 0 0.71 268.24 0.3 0.22
Hex 37 27 49 19 2F 0 47 10C 1E 16
Octal 67 47 111 31 57 0 107 414 36 26
Binary 110111 100111 1001001 11001 101111 0 1000111 100001100 11110 10110

Color Harmonies of #372749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372749

Black with #372749

Text Example


Text Example

White with #372749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372749; }

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

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

background-color css

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

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

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

border-color css

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

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

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