Html Css Color HEX #372246 Jagger

📋 copy color: '#372246'

red 55 ◦ green 34 ◦ blue 70

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

Shades of Jagger #372246

Tints of Jagger #372246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.38%

 BLUE value IS 70 (27.73% from 255) = 44.03%

R = 34.59%
G = 21.38%
B = 44.03%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#372246 (or 0x372246) is known color: Jagger. HEX triplet: 37, 22 and 46. RGB value is (55,34,70). Sum of RGB (Red+Green+Blue) = 55+34+70=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #372246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372246 is #C8DDB9. Grayscale: #2C2C2C. Windows color (decimal): -13163962 or 4596279. OLE color: 4596279.

HSL color Cylindrical-coordinate representation of color #372246: hue angle of 275º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #372246 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 34 70 -
CMYK 0.21 0.51 0 0.73
HSL 275º 0.35% 0.2% -
HSV(B) 275º 0.51% 0.27% -
XYZ 3.25 2.4 6.09 -
YUV 44.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 55 34 70 0.21 0.51 0 0.73 275 0.35 0.2
Hex 37 22 46 15 33 0 49 113 23 14
Octal 67 42 106 25 63 0 111 423 43 24
Binary 110111 100010 1000110 10101 110011 0 1001001 100010011 100011 10100

Color Harmonies of #372246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372246

Black with #372246

Text Example


Text Example

White with #372246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372246; }

 p { color: rgb(55,34,70); }

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

background-color css

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

 a { background-color: rgb(55,34,70); }

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

border-color css

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

 span { border-color: rgb(55,34,70); }

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