Html Css Color HEX #372447 Jagger

📋 copy color: '#372447'

red 55 ◦ green 36 ◦ blue 71

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

Shades of Jagger #372447

Tints of Jagger #372447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.22%

 BLUE value IS 71 (28.13% from 255) = 43.83%

R = 33.95%
G = 22.22%
B = 43.83%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#372447 (or 0x372447) is known color: Jagger. HEX triplet: 37, 24 and 47. RGB value is (55,36,71). Sum of RGB (Red+Green+Blue) = 55+36+71=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #372447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372447 is #C8DBB8. Grayscale: #2D2D2D. Windows color (decimal): -13163449 or 4662327. OLE color: 4662327.

HSL color Cylindrical-coordinate representation of color #372447: hue angle of 272.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372447 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 36 71 -
CMYK 0.23 0.49 0 0.72
HSL 272.57º 0.33% 0.21% -
HSV(B) 272.57º 0.49% 0.28% -
XYZ 3.34 2.53 6.27 -
YUV 45.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 55 36 71 0.23 0.49 0 0.72 272.57 0.33 0.21
Hex 37 24 47 17 31 0 48 111 21 15
Octal 67 44 107 27 61 0 110 421 41 25
Binary 110111 100100 1000111 10111 110001 0 1001000 100010001 100001 10101

Color Harmonies of #372447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372447

Black with #372447

Text Example


Text Example

White with #372447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372447; }

 p { color: rgb(55,36,71); }

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

background-color css

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

 a { background-color: rgb(55,36,71); }

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

border-color css

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

 span { border-color: rgb(55,36,71); }

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