Html Css Color HEX #372346 Jagger

📋 copy color: '#372346'

red 55 ◦ green 35 ◦ blue 70

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

Shades of Jagger #372346

Tints of Jagger #372346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

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

R = 34.38%
G = 21.88%
B = 43.75%

CMYK

 C value IS 0.21

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#372346 (or 0x372346) is known color: Jagger. HEX triplet: 37, 23 and 46. RGB value is (55,35,70). Sum of RGB (Red+Green+Blue) = 55+35+70=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #372346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372346 is #C8DCB9. Grayscale: #2C2C2C. Windows color (decimal): -13163706 or 4596535. OLE color: 4596535.

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

Color convert

RGB 55 35 70 -
CMYK 0.21 0.5 0 0.73
HSL 274.29º 0.33% 0.21% -
HSV(B) 274.29º 0.5% 0.27% -
XYZ 3.28 2.46 6.1 -
YUV 44.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 55 35 70 0.21 0.5 0 0.73 274.29 0.33 0.21
Hex 37 23 46 15 32 0 49 112 21 15
Octal 67 43 106 25 62 0 111 422 41 25
Binary 110111 100011 1000110 10101 110010 0 1001001 100010010 100001 10101

Color Harmonies of #372346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372346

Black with #372346

Text Example


Text Example

White with #372346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372346; }

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

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

background-color css

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

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

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

border-color css

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

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

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